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)
75
if (
_oldValue
!= DependencyProperty.UnsetValue)
77
_uiElement.SetValue(_property,
_oldValue
);