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