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