4 references to ValidateLayout
PresentationFramework (4)
System\Windows\Controls\PasswordTextNavigator.cs (1)
587
return TextPointerBase.
ValidateLayout
(this, _container.TextView);
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
294
return TextPointerBase.
ValidateLayout
(this, ((ITextPointer)this).TextContainer.TextView);
System\Windows\Documents\FixedTextPointer.cs (1)
511
return TextPointerBase.
ValidateLayout
(this, ((ITextPointer)this).TextContainer.TextView);
System\Windows\Documents\TextPointer.cs (1)
2804
return TextPointerBase.
ValidateLayout
(this, _tree.TextView);