17 references to GetColor
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Control.cs (6)
2713Color color = Properties.GetColor(PropForeColor); 3507return Properties.GetColor(PropBackColor); 8329Color backColor = Properties.GetColor(PropBackColor); 8446Color foreColor = Properties.GetColor(PropForeColor); 12246Color backColor = Properties.GetColor(PropBackColor); 12275Color foreColor = Properties.GetColor(PropForeColor);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
149return this.Properties.GetColor(PropBackColor); 243return this.Properties.GetColor(PropForeColor); 492return this.Properties.GetColor(PropSelectionBackColor); 516return this.Properties.GetColor(PropSelectionForeColor);
winforms\Managed\System\WinForms\ToolStripItem.cs (7)
1014Color foreColor = Properties.GetColor(PropForeColor); 1424Color color = Properties.GetColor(PropForeColor); 2001return Properties.GetColor(PropBackColor); 3268Color backColor = Properties.GetColor(PropBackColor); 3315Color foreColor = Properties.GetColor(PropForeColor); 3667Color backColor = Properties.GetColor(PropBackColor); 3683Color foreColor = Properties.GetColor(PropForeColor);