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