2 implementations of Validate
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1072
bool ITextView.
Validate
()
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
605
bool ITextView.
Validate
()
11 references to Validate
PresentationFramework (11)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (2)
396
/// <see cref="ITextView.
Validate
()"/>
404
return (_pageTextView != null && _pageTextView.
Validate
());
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1070
/// <see cref="ITextView.
Validate
()"/>
1083
return ((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)
242
if (!textView.
Validate
())
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
188
if (!textView.
Validate
())
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
483
ChildTextView.
Validate
();