3 references to Bounds
PresentationCore (3)
System\Windows\Media\DrawingVisual.cs (1)
45
if ((_content != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.
Bounds
))
System\Windows\Media\Visual.cs (1)
2251
if (_bboxSubgraph.IntersectsWith(geometryParams.
Bounds
))
System\Windows\UIElement.cs (1)
3099
if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.
Bounds
))