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