2 implementations of Validate
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1068
bool ITextView.
Validate
()
MS\Internal\Documents\TextViewBase.cs (1)
603
bool ITextView.
Validate
()
11 references to Validate
PresentationFramework (11)
MS\Internal\Documents\DocumentPageTextView.cs (2)
394
/// <see cref="ITextView.
Validate
()"/>
402
return (_pageTextView != null && _pageTextView.
Validate
());
MS\Internal\Documents\TextBoxView.cs (2)
1066
/// <see cref="ITextView.
Validate
()"/>
1079
return ((ITextView)this).
Validate
();
MS\Internal\Documents\TextDocumentView.cs (1)
398
/// <see cref="ITextView.
Validate
()"/>
MS\Internal\Documents\TextParagraphView.cs (1)
302
/// <see cref="ITextView.
Validate
()"/>
MS\Internal\Documents\TextViewBase.cs (2)
248
/// <see cref="ITextView.
Validate
()"/>
601
/// <see cref="ITextView.
Validate
()"/>
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
228
if (!textView.
Validate
())
System\Windows\Controls\TextAdaptor.cs (1)
180
if (!textView.
Validate
())
System\Windows\Documents\DocumentSequenceTextView.cs (1)
468
ChildTextView.
Validate
();