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.
(Inherited from EntityManager.)
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.
(Inherited from EntityManager.)

See Also