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