6 references to s_backColorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
680if (!Properties.ContainsKey(s_backColorProperty)) 814Properties.AddOrRemoveValue(s_backColorProperty, value); 2664internal Color RawBackColor => Properties.GetValueOrDefault<Color>(s_backColorProperty); 2943bool checkBackColor = !Properties.ContainsKey(s_backColorProperty); 6902Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty); 10464Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty);