6 references to nPolys
System.Windows.Forms.Primitives.TestUtilities (6)
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (5)
39
sb.Append($"[EMR{emr.iType}] Bounds: {rclBounds} Poly count: {
nPolys
} Total points: {cpts}");
41
for (int i = 0; i <
nPolys
; i++)
62
return new(c, checked((int)
nPolys
));
69
if (index < 0 || index >=
nPolys
)
75
POINTS* currentPoint = (POINTS*)((byte*)s + sizeof(EMRPOLYPOLY16) + (sizeof(uint) * (
nPolys
- 1)));
Metafiles\Validators\PolyPoly16Validator.cs (1)
37
Assert.Equal(_polyCount.Value, (int)poly->
nPolys
);