4 references to ValidateLayout
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
594return TextPointerBase.ValidateLayout(this, _container.TextView);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
307return TextPointerBase.ValidateLayout(this, ((ITextPointer)this).TextContainer.TextView);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
537return TextPointerBase.ValidateLayout(this, ((ITextPointer)this).TextContainer.TextView);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2836return TextPointerBase.ValidateLayout(this, _tree.TextView);