8 references to PointCount
System.Drawing.Common (8)
System\Drawing\Drawing2D\GraphicsPath.cs (8)
171int count = PointCount; 855if (PointCount == 0) 939int count = PointCount; 955/// Span to copy the types into. This should be at least as long as the <see cref="PointCount"/>. 976return PointCount; 984int count = PointCount; 1000/// Span to copy the points into. This should be at least as long as the <see cref="PointCount"/>. 1021return PointCount;