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