1 write to _oldValue
PresentationFramework (1)
src\Framework\System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
58_oldValue = oldValue;
2 references to _oldValue
PresentationFramework (2)
src\Framework\System\windows\Documents\UIElementPropertyUndoUnit.cs (2)
75if (_oldValue != DependencyProperty.UnsetValue) 77_uiElement.SetValue(_property, _oldValue);