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