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