1 instantiation of AdornerHitTestResult
PresentationFramework (1)
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
304return new AdornerHitTestResult(result.VisualHit, result.PointHit, visual as Adorner);
1 reference to AdornerHitTestResult
PresentationFramework (1)
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
293public AdornerHitTestResult AdornerHitTest(Point point)