2 implementations of Validate
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1081
bool ITextView.
Validate
(Point point)
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
613
bool ITextView.
Validate
(Point point)
18 references to Validate
PresentationFramework (18)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1079
/// <see cref="ITextView.
Validate
(Point)"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
258
/// <see cref="ITextView.
Validate
(Point)"/>
611
/// <see cref="ITextView.
Validate
(Point)"/>
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1572
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
src\Framework\System\Windows\Controls\TextBlock.cs (1)
426
if (((ITextView)_complexContent.TextView).
Validate
(point))
src\Framework\System\Windows\Controls\TextBox.cs (2)
1438
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
1467
if (TextEditor.GetTextView(this.RenderScope).
Validate
(point))
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (2)
489
/// <see cref="ITextView.
Validate
(Point)"/>
494
ChildTextView.
Validate
(point);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1825
if (!view.
Validate
(point))
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (6)
370
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
557
if (!_textEditor.TextView.
Validate
(e.GetPosition(_textEditor.TextView.RenderScope)))
837
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
884
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
919
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
945
if (!This.TextView.
Validate
(e.GetPosition(This.TextView.RenderScope)))
src\Framework\System\Windows\Documents\TextStore.cs (2)
839
if (!view.
Validate
(milPoint))
2927
if (!view.
Validate
(point))