5 references to s_foreColorProperty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
2002Properties.TryGetValue(s_foreColorProperty, out Color color); 2032Properties.AddOrRemoveValue(s_foreColorProperty, value); 2946bool checkForeColor = !Properties.ContainsKey(s_foreColorProperty); 7037Color foreColor = Properties.GetValueOrDefault<Color>(s_foreColorProperty); 10486internal virtual bool ShouldSerializeForeColor() => !Properties.GetValueOrDefault<Color>(s_foreColorProperty).IsEmpty;