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