DependencyPropertyValueSource Class
Identifies and reports value sources for properties that are dependent upon a parent property.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
System.Activities.Presentation.PropertyEditing::PropertyValueSource
System.Activities.Presentation.PropertyEditing::DependencyPropertyValueSource
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



