5 references to HitTest
PresentationCore (1)
MS\Internal\Automation\ElementUtil.cs (1)
173
PointHitTestResult result = VisualTreeUtils.AsNearestPointHitTestResult(VisualTreeHelper.
HitTest
(root, pointRoot));
PresentationFramework (4)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
256
HitTestResult hitTestResult = VisualTreeHelper.
HitTest
(this, point);
MS\Internal\Documents\DocumentGrid.cs (1)
2651
HitTestResult result = VisualTreeHelper.
HitTest
(this, point);
System\Windows\Documents\FixedTextView.cs (1)
780
HitTestResult result = VisualTreeHelper.
HitTest
(this.FixedPage, pt);
System\windows\Documents\TextEditorMouse.cs (1)
778
HitTestResult hitTestResult = VisualTreeHelper.
HitTest
(textEditor.UiScope, point);