5 references to GetPointCount
PresentationCore (5)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (5)
226
Point *pPoints = stackalloc Point[(int)
GetPointCount
()];
227
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);
237
GetPointCount
(),
369
Point[] points = new Point[
GetPointCount
()];
375
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);