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