6 references to PropForeColor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
2713
Color color = Properties.GetColor(
PropForeColor
);
2743
if (!value.IsEmpty || Properties.ContainsObject(
PropForeColor
)) {
2744
Properties.SetColor(
PropForeColor
, value);
3834
bool checkForeColor = !Properties.ContainsObject(
PropForeColor
);
8446
Color foreColor = Properties.GetColor(
PropForeColor
);
12275
Color foreColor = Properties.GetColor(
PropForeColor
);