4 overrides of GetBoundsInternal
PresentationCore (4)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
139
internal override Rect
GetBoundsInternal
(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
144
internal override Rect
GetBoundsInternal
(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
92
internal override Rect
GetBoundsInternal
(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
172
internal override Rect
GetBoundsInternal
(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
4 references to GetBoundsInternal
PresentationCore (4)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
146
return GetAsPathGeometry().
GetBoundsInternal
(pen, matrix, tolerance, type);
Core\CSharp\System\Windows\Media\Geometry.cs (3)
103
return
GetBoundsInternal
(pen, matrix, tolerance, type);
115
return
GetBoundsInternal
(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute);
161
return
GetBoundsInternal
(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute);