5 references to GetPointCount
PresentationCore (5)
System\Windows\Media\EllipseGeometry.cs (5)
191
Point* pPoints = stackalloc Point[(int)
GetPointCount
()];
192
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);
202
GetPointCount
(),
331
Point[] points = new Point[
GetPointCount
()];
337
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);