For a list of all members of this type, see ValueConstraint members.
Name | Description | |
---|---|---|
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() ![]() | GetTypeFromValidateAsType | Returns the System.Type object which corresponds to the ValidateAsType argument. |
![]() ![]() | GetValidateAsTypeFromType | Returns a ValidateAsType value which represents the System.Type argument. |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | InitializeFrom | Overloaded. Copies the state of the argument into this object. |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | Merge | Overloaded. Copies constraint settings from the source ValueConstraint to the target (i.e. the instance on which this method was invoked). Only constraint settings which have default values on the target will be assigned values from the source. Only constraint settings specified by the 'constraintFlags' flags argument will be copied. Note, this method does not copy the ValidateAsType property. |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
![]() | Reset | Overloaded. Resets all of the constraint settings in this object to their initial (not set) state which are specified in the 'constraintFlags' bit flag argument. Note, this method does not reset the ValidateAsType property. |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
![]() | Validate | Overloaded. Returns true if the argument is considered valid with regards to the current constraint settings. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Overridden. Called when a property changes. |
![]() | ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |