1 write to _oldValue
PresentationFramework (1)
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
52_oldValue = oldValue;
2 references to _oldValue
PresentationFramework (2)
System\windows\Documents\UIElementPropertyUndoUnit.cs (2)
69if (_oldValue != DependencyProperty.UnsetValue) 71_uiElement.SetValue(_property, _oldValue);