Core\CSharp\System\Windows\Media\EllipseGeometry.cs (7)
120Matrix geometryMatrix;
126Matrix.Identity,
144internal override Rect GetBoundsInternal(Pen pen, Matrix matrix, double tolerance, ToleranceType type)
146Matrix geometryMatrix;
166internal static Rect GetBoundsHelper(Pen pen, Matrix worldMatrix, Point center, double radiusX, double radiusY,
167Matrix geometryMatrix, double tolerance, ToleranceType type)
290Matrix matrix = GetCombinedMatrix(transform);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (7)
123Matrix geometryMatrix;
129Matrix.Identity,
172internal override Rect GetBoundsInternal(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type)
174Matrix geometryMatrix;
194internal static Rect GetBoundsHelper(Pen pen, Matrix worldMatrix, Rect rect, double radiusX, double radiusY,
195Matrix geometryMatrix, double tolerance, ToleranceType type)
337Matrix matrix = GetCombinedMatrix(transform);