8 references to SetColor
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (2)
1120Properties.SetColor(PropBackColor, value); 2744Properties.SetColor(PropForeColor, value);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
156this.Properties.SetColor(PropBackColor, value); 250this.Properties.SetColor(PropForeColor, value); 499this.Properties.SetColor(PropSelectionBackColor, value); 523this.Properties.SetColor(PropSelectionForeColor, value);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
556Properties.SetColor(PropBackColor, value); 1029Properties.SetColor(PropForeColor, value);