1 override of Validate
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
410internal override bool Validate(ITextPointer position)
2 references to Validate
PresentationFramework (2)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
417isValid = base.Validate(position);
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
623return Validate(position);