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