6 references to s_backColorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
681if (!Properties.ContainsKey(s_backColorProperty)) 815Properties.AddOrRemoveValue(s_backColorProperty, value); 2665internal Color RawBackColor => Properties.GetValueOrDefault<Color>(s_backColorProperty); 2944bool checkBackColor = !Properties.ContainsKey(s_backColorProperty); 6863Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty); 10433Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty);