6 references to PropForeColor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripItem.cs (6)
1014Color foreColor = Properties.GetColor(PropForeColor); 1028if (!value.IsEmpty || Properties.ContainsObject(PropForeColor)) { 1029Properties.SetColor(PropForeColor, value); 1424Color color = Properties.GetColor(PropForeColor); 3315Color foreColor = Properties.GetColor(PropForeColor); 3683Color foreColor = Properties.GetColor(PropForeColor);