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