6 references to Gainsboro
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
976
gainsboro = new SolidBrush(Color.
Gainsboro
);
commonui\System\Drawing\Pens.cs (1)
977
gainsboro = new Pen(Color.
Gainsboro
, true);
System.WorkflowServices (4)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
66
this.backgroundPanel.LightingColor = Color.
Gainsboro
;
69
this.backgroundPanel.BorderColor = Color.
Gainsboro
;
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (2)
60
this.backgroundPanel.LightingColor = Color.
Gainsboro
;
63
this.backgroundPanel.BorderColor = Color.
Gainsboro
;