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