4 overrides of GetBoundsInternal
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
118
internal override Rect
GetBoundsInternal
(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
System\Windows\Media\EllipseGeometry.cs (1)
122
internal override Rect
GetBoundsInternal
(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
System\Windows\Media\LineGeometry.cs (1)
72
internal override Rect
GetBoundsInternal
(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
System\Windows\Media\RectangleGeometry.cs (1)
154
internal override Rect
GetBoundsInternal
(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
4 references to GetBoundsInternal
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
125
return GetAsPathGeometry().
GetBoundsInternal
(pen, matrix, tolerance, type);
System\Windows\Media\Geometry.cs (3)
89
return
GetBoundsInternal
(pen, matrix, tolerance, type);
101
return
GetBoundsInternal
(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute);
147
return
GetBoundsInternal
(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute);