2 overrides of GetHitTestBounds
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
546internal override Rect GetHitTestBounds()
Core\CSharp\System\Windows\UIElement.cs (1)
1340internal override Rect GetHitTestBounds()
4 references to GetHitTestBounds
PresentationCore (4)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
63if ((_content != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))
Core\CSharp\System\Windows\Media\Visual.cs (3)
1076_bboxSubgraph = GetHitTestBounds(); 2441if (GetHitTestBounds().Contains(hitTestParameters.HitPoint)) 2463RectangleGeometry contentGeometry = new RectangleGeometry(GetHitTestBounds());