Overload List

  NameDescription
UpdateValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier, if the specified new value is different than the previous value of that dependency property.
UpdateValue(DependencyPropertyKey, Object)
Sets the local value of a dependency property, specified by its DependencyPropertyKey identifier, if the specified new value is different than the previous value of that dependency property.

See Also