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