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