2 implementations of Validate
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1072bool ITextView.Validate()
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
605bool ITextView.Validate()
11 references to Validate
PresentationFramework (11)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (2)
396/// <see cref="ITextView.Validate()"/> 404return (_pageTextView != null && _pageTextView.Validate());
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1070/// <see cref="ITextView.Validate()"/> 1083return ((ITextView)this).Validate();
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
405/// <see cref="ITextView.Validate()"/>
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
327/// <see cref="ITextView.Validate()"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
250/// <see cref="ITextView.Validate()"/> 603/// <see cref="ITextView.Validate()"/>
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
242if (!textView.Validate())
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
188if (!textView.Validate())
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
483ChildTextView.Validate();