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