2 references to rect
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\RecordTypes\EMRRECTRECORD.cs (1)
30public override readonly string ToString() => $"[EMR{emr.iType}] RECT: {rect}";
Metafiles\Validators\RectangleValidator.cs (1)
35Assert.Equal(_bounds.Value, (Rectangle)rectangle->rect);