2 references to rclBounds
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (1)
39sb.Append($"[EMR{emr.iType}] Bounds: {rclBounds} Poly count: {nPolys} Total points: {cpts}");
Metafiles\Validators\PolyPoly16Validator.cs (1)
32Assert.Equal(_bounds.Value, (Rectangle)poly->rclBounds);