3 references to crColor
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\EmfScope.cs (2)
136state.TextColor = record.SetTextColorRecord->crColor; 139state.BackColor = record.SetBkColorRecord->crColor;
Metafiles\RecordTypes\EMRSETCOLOR.cs (1)
27return $"[EMR{emr.iType}] Color: {crColor.ToSystemColorString()}";