2 writes to RadiusY
PresentationCore (2)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (2)
55
RadiusY
= (rect.Bottom - rect.Y) * (1.0 / 2.0);
69
RadiusY
= radiusY;
8 references to RadiusY
PresentationCore (8)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (7)
56
Center = new Point(rect.X + RadiusX, rect.Y +
RadiusY
);
103
Double currentRadiusY =
RadiusY
;
129
RadiusY
,
155
RadiusY
,
227
EllipseGeometry.GetPointList(pPoints, GetPointCount(), Center, RadiusX,
RadiusY
);
271
double area = Math.Abs(RadiusX *
RadiusY
) * Math.PI;
375
EllipseGeometry.GetPointList(pPoints, GetPointCount(), Center, RadiusX,
RadiusY
);
Core\CSharp\System\Windows\Media\Generated\EllipseGeometry.cs (1)
241
data.RadiusY =
RadiusY
;