1 override of Validate
PresentationFramework (1)
MS\Internal\Documents\DocumentPageTextView.cs (1)
408internal override bool Validate(ITextPointer position)
2 references to Validate
PresentationFramework (2)
MS\Internal\Documents\DocumentPageTextView.cs (1)
415isValid = base.Validate(position);
MS\Internal\Documents\TextViewBase.cs (1)
621return Validate(position);