4 references to ToSystemColorString
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\RecordTypes\EMRBITBLT.cs (1)
36return $@"[{nameof(EMRBITBLT)}] Bounds: {rclBounds} Destination: {dest} Rop: {dwRop}Source DC Color: {crBkColorSrc.ToSystemColorString()}";
Metafiles\RecordTypes\EMRCREATEBRUSHINDIRECT.cs (1)
18=> $@"[{nameof(EMRCREATEBRUSHINDIRECT)}] Index: {ihBrush} Style: {lb.lbStyle} Color: {lb.lbColor.ToSystemColorString()}";
Metafiles\RecordTypes\EMREXTCREATEPEN.cs (1)
24=> $@"[{nameof(EMREXTCREATEPEN)}] Index: {ihPen} Style: {elp.elpPenStyle} Width: {elp.elpWidth}BrushStyle: {elp.elpBrushStyle} Color: {elp.elpColor.ToSystemColorString()}";
Metafiles\RecordTypes\EMRSETCOLOR.cs (1)
27return $"[EMR{emr.iType}] Color: {crColor.ToSystemColorString()}";