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