2 references to rclBounds
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\RecordTypes\EMRBITBLT.cs (1)
36return $@"[{nameof(EMRBITBLT)}] Bounds: {rclBounds} Destination: {dest} Rop: {dwRop}Source DC Color: {crBkColorSrc.ToSystemColorString()}";
Metafiles\Validators\BitBltValidator.cs (1)
35Assert.Equal(_bounds.Value, (Rectangle)bitBlt->rclBounds);