This documentation is archived and is not being maintained.
DependencyPropertyValueSource Class
Visual Studio 2010
Identifies and reports value sources for properties that are dependent upon a parent property.
System::Object
System.Activities.Presentation.PropertyEditing::PropertyValueSource
System.Activities.Presentation.PropertyEditing::DependencyPropertyValueSource
System.Activities.Presentation.PropertyEditing::PropertyValueSource
System.Activities.Presentation.PropertyEditing::DependencyPropertyValueSource
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The DependencyPropertyValueSource type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CustomMarkupExtension | Gets a property element in XAML code that contains a markup extension. |
![]() ![]() | DataBound | Gets the value of a property that represents a binding between a property and a data source. |
![]() ![]() | DefaultValue | Gets the value of a property that does not have its value set in XAML and does not inherit any value from its parent property. |
![]() ![]() | Inherited | Gets the value of a property that is inherited from a parent property. |
![]() | IsCustomMarkupExtension | Gets a value that indicates whether the property is set to a custom markup extension. |
![]() | IsDataBound | Gets a value that indicates whether the property is set to a data binding expression. |
![]() | IsDefaultValue | Gets a value that indicates whether the property is set to its default value. |
![]() | IsExpression | Gets a value that indicates whether the property is set to an expression. |
![]() | IsInherited | Gets a value that indicates whether the property is inherited from a parent property. |
![]() | IsLocal | Gets a value that indicates whether the property is set to a local value. |
![]() | IsLocalResource | Gets a value that indicates whether the property is set to a resource value that appears inside a block of code, in blocks nested in that block, or within the list of formal parameter declarations in a function definition. |
![]() | IsResource | Read-only property that returns true if the property is set to a system or local resource. |
![]() | IsSystemResource | Gets a value that indicates whether the property is set to a system resource. |
![]() | IsTemplateBinding | Gets a value that indicates whether the property is set to a TemplateBinding markup extension. |
![]() ![]() | Local | Gets the value of a property set to a local value. |
![]() ![]() | LocalDynamicResource | Gets the value of a property that represents a LocalDynamicResource reference. |
![]() ![]() | LocalStaticResource | Gets the value of a property that represents a LocalStaticResource reference. |
![]() ![]() | SystemResource | Gets the value of a property set to a SystemResource. |
![]() ![]() | TemplateBinding | Gets the value of a property that represents a TemplateBinding markup extension. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
