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