2 implementations of Validate
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1075
bool ITextView.
Validate
(Point point)
MS\Internal\Documents\TextViewBase.cs (1)
609
bool ITextView.
Validate
(Point point)
18 references to Validate
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (1)
1073
/// <see cref="ITextView.
Validate
(Point)"/>
MS\Internal\Documents\TextViewBase.cs (2)
254
/// <see cref="ITextView.
Validate
(Point)"/>
607
/// <see cref="ITextView.
Validate
(Point)"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1539
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
System\Windows\Controls\TextBlock.cs (1)
396
if (((ITextView)_complexContent.TextView).
Validate
(point))
System\Windows\Controls\TextBox.cs (2)
1441
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
1470
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
System\Windows\Documents\DocumentSequenceTextView.cs (2)
466
/// <see cref="ITextView.
Validate
(Point)"/>
471
ChildTextView.
Validate
(point);
System\Windows\Documents\ImmComposition.cs (1)
1630
if (!view.
Validate
(point))
System\windows\Documents\TextEditorDragDrop.cs (6)
341
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
528
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
792
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
839
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
874
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
899
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
System\Windows\Documents\TextStore.cs (2)
959
if (!view.
Validate
(milPoint))
3010
if (!view.
Validate
(point))