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
(),
330
Point[] points = new Point[
GetPointCount
()];
336
EllipseGeometry.GetPointList(pPoints,
GetPointCount
(), Center, RadiusX, RadiusY);