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