3 references to GetBoundsInternal
PresentationCore (3)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (3)
264
Rect geometryBounds = geometry.
GetBoundsInternal
(pen, _transform);
377
_clip = clipGeometry.
GetBoundsInternal
(null /* pen */, _transform);
382
_clip.Intersect(clipGeometry.
GetBoundsInternal
(null /* pen */, _transform));