1 implementation of ValidateLayout
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1726void ITextSelection.ValidateLayout()
3 references to ValidateLayout
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditor.cs (2)
642this.Selection.ValidateLayout(); 695this.Selection.ValidateLayout();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
541This.Selection.ValidateLayout();