3 references to GetBoundsInternal
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
248
Rect geometryBounds = geometry.
GetBoundsInternal
(pen, _transform);
361
_clip = clipGeometry.
GetBoundsInternal
(null /* pen */, _transform);
366
_clip.Intersect(clipGeometry.
GetBoundsInternal
(null /* pen */, _transform));