1 instantiation of UIElementPropertyUndoUnit
PresentationFramework (1)
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
153undoManager.Add(new UIElementPropertyUndoUnit(uiElement, property, currentValue));
3 references to UIElementPropertyUndoUnit
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (2)
1239UIElementPropertyUndoUnit.Add(This.TextContainer, This.UiScope, FrameworkElement.FlowDirectionProperty, FlowDirection.LeftToRight); 1255UIElementPropertyUndoUnit.Add(This.TextContainer, This.UiScope, FrameworkElement.FlowDirectionProperty, FlowDirection.RightToLeft);
System\Windows\Documents\TextRangeEdit.cs (1)
886UIElementPropertyUndoUnit.Add(block.TextContainer, embeddedElement, FrameworkElement.HorizontalAlignmentProperty, horizontalAlignment);