5 overrides of Validate
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
398internal override bool Validate()
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
407internal override bool Validate()
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
329internal override bool Validate()
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
479internal override bool Validate()
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
676internal override bool Validate()
3 references to Validate
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextViewBase.cs (3)
262return Validate(); 270Validate(); 607return Validate();