4 references to ValidateLayout
PresentationFramework (4)
System\Windows\Controls\PasswordTextNavigator.cs (1)
588
return TextPointerBase.
ValidateLayout
(this, _container.TextView);
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
297
return TextPointerBase.
ValidateLayout
(this, ((ITextPointer)this).TextContainer.TextView);
System\Windows\Documents\FixedTextPointer.cs (1)
514
return TextPointerBase.
ValidateLayout
(this, ((ITextPointer)this).TextContainer.TextView);
System\Windows\Documents\TextPointer.cs (1)
2805
return TextPointerBase.
ValidateLayout
(this, _tree.TextView);