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