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