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