2 implementations of Validate
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1077
bool ITextView.
Validate
(Point point)
MS\Internal\Documents\TextViewBase.cs (1)
611
bool ITextView.
Validate
(Point point)
18 references to Validate
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (1)
1075
/// <see cref="ITextView.
Validate
(Point)"/>
MS\Internal\Documents\TextViewBase.cs (2)
256
/// <see cref="ITextView.
Validate
(Point)"/>
609
/// <see cref="ITextView.
Validate
(Point)"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1546
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
System\Windows\Controls\TextBlock.cs (1)
408
if (((ITextView)_complexContent.TextView).
Validate
(point))
System\Windows\Controls\TextBox.cs (2)
1446
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
1475
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
System\Windows\Documents\DocumentSequenceTextView.cs (2)
474
/// <see cref="ITextView.
Validate
(Point)"/>
479
ChildTextView.
Validate
(point);
System\Windows\Documents\ImmComposition.cs (1)
1651
if (!view.
Validate
(point))
System\windows\Documents\TextEditorDragDrop.cs (6)
358
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
545
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
809
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
856
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
891
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
916
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
System\Windows\Documents\TextStore.cs (2)
970
if (!view.
Validate
(milPoint))
3019
if (!view.
Validate
(point))