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