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