2 implementations of Validate
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1032
bool ITextView.
Validate
(Point point)
MS\Internal\Documents\TextViewBase.cs (1)
608
bool ITextView.
Validate
(Point point)
18 references to Validate
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (1)
1030
/// <see cref="ITextView.
Validate
(Point)"/>
MS\Internal\Documents\TextViewBase.cs (2)
253
/// <see cref="ITextView.
Validate
(Point)"/>
606
/// <see cref="ITextView.
Validate
(Point)"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1481
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
System\Windows\Controls\TextBlock.cs (1)
395
if (((ITextView)_complexContent.TextView).
Validate
(point))
System\Windows\Controls\TextBox.cs (2)
1440
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
1469
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
System\Windows\Documents\DocumentSequenceTextView.cs (2)
462
/// <see cref="ITextView.
Validate
(Point)"/>
465
ChildTextView?.
Validate
(point);
System\Windows\Documents\ImmComposition.cs (1)
1629
if (!view.
Validate
(point))
System\windows\Documents\TextEditorDragDrop.cs (6)
340
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
527
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
791
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
838
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
873
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
898
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
System\Windows\Documents\TextStore.cs (2)
955
if (!view.
Validate
(milPoint))
3003
if (!view.
Validate
(point))