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