5 references to GetPointCount
PresentationCore (5)
System\Windows\Media\EllipseGeometry.cs (5)
192
Point* pPoints = stackalloc Point[(int)
GetPointCount
()];
193
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);
203
GetPointCount
(),
332
Point[] points = new Point[
GetPointCount
()];
338
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);