DependencyPropertyValueSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies and reports value sources for properties that are dependent upon a parent property.
public ref class DependencyPropertyValueSource : System::Activities::Presentation::PropertyEditing::PropertyValueSource
public class DependencyPropertyValueSource : System.Activities.Presentation.PropertyEditing.PropertyValueSource
type DependencyPropertyValueSource = class
inherit PropertyValueSource
Public Class DependencyPropertyValueSource
Inherits PropertyValueSource
- Inheritance
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |