5 references to Azure
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
155
public static Brush Azure => GetBrush(s_azureKey, Color.
Azure
);
System\Drawing\Pens.cs (1)
155
public static Pen Azure => GetPen(s_azureKey, Color.
Azure
);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
14
yield return Brush(() => Brushes.Azure, Color.
Azure
);
System\Drawing\PensTests.cs (1)
16
yield return Pen(() => Pens.Azure, Color.
Azure
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewTests.cs (1)
3093
_dataGridView.BackgroundColor = Color.
Azure
;