2 overrides of GetHitTestBounds
PresentationCore (2)
System\Windows\Media3D\Viewport3DVisual.cs (1)
544internal override Rect GetHitTestBounds()
System\Windows\UIElement.cs (1)
1326internal override Rect GetHitTestBounds()
4 references to GetHitTestBounds
PresentationCore (4)
System\Windows\Media\DrawingVisual.cs (1)
56if ((_content != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))
System\Windows\Media\Visual.cs (3)
1069_bboxSubgraph = GetHitTestBounds(); 2422if (GetHitTestBounds().Contains(hitTestParameters.HitPoint)) 2441RectangleGeometry contentGeometry = new RectangleGeometry(GetHitTestBounds());