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