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