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