4 overrides of GetBoundsInternal
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
119
internal override Rect
GetBoundsInternal
(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
System\Windows\Media\EllipseGeometry.cs (1)
123
internal override Rect
GetBoundsInternal
(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
System\Windows\Media\LineGeometry.cs (1)
73
internal override Rect
GetBoundsInternal
(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
System\Windows\Media\RectangleGeometry.cs (1)
155
internal override Rect
GetBoundsInternal
(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
4 references to GetBoundsInternal
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
126
return GetAsPathGeometry().
GetBoundsInternal
(pen, matrix, tolerance, type);
System\Windows\Media\Geometry.cs (3)
90
return
GetBoundsInternal
(pen, matrix, tolerance, type);
102
return
GetBoundsInternal
(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute);
148
return
GetBoundsInternal
(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute);