3 references to Bounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
63if ((_content != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))
Core\CSharp\System\Windows\Media\Visual.cs (1)
2289if (_bboxSubgraph.IntersectsWith(geometryParams.Bounds))
Core\CSharp\System\Windows\UIElement.cs (1)
3142if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))