3 references to GeometryHitTestResult
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
72
return new
GeometryHitTestResult
(this, intersectionDetail);
Core\CSharp\System\Windows\Media\Visual.cs (1)
2470
return new
GeometryHitTestResult
(this, intersectionDetail);
Core\CSharp\System\Windows\UIElement.cs (1)
3151
return new
GeometryHitTestResult
(this, intersectionDetail);