11 references to HitTest
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
184PointHitTestResult result = VisualTreeUtils.AsNearestPointHitTestResult(VisualTreeHelper.HitTest(root, pointRoot));
PresentationFramework (4)
src\Framework\MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
264HitTestResult hitTestResult = VisualTreeHelper.HitTest(this, point);
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
2694HitTestResult result = VisualTreeHelper.HitTest(this, point);
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
791HitTestResult result = VisualTreeHelper.HitTest(this.FixedPage, pt);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
779HitTestResult hitTestResult = VisualTreeHelper.HitTest(textEditor.UiScope, point);
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (1)
28HitTestResult result = VisualTreeHelper.HitTest(reference, point);
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
105HitTestResult result = VisualTreeHelper.HitTest(reference, point);
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
538HitTestResult result = VisualTreeHelper.HitTest(visualToHitTest, point);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
462HitTestResult hitTest = VisualTreeHelper.HitTest(parentVisual, clickPoint);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorWithStartDot.xaml.cs (1)
56HitTestResult result = VisualTreeHelper.HitTest(this, e.GetPosition(this));
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
358VisualTreeHelper.HitTest(this.lookupCanvas, args.GetPosition(this.lookupCanvas));