6 references to s_backColorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
776if (!Properties.ContainsKey(s_backColorProperty)) 910Properties.AddOrRemoveValue(s_backColorProperty, value); 2760internal Color RawBackColor => Properties.GetValueOrDefault<Color>(s_backColorProperty); 3039bool checkBackColor = !Properties.ContainsKey(s_backColorProperty); 6998Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty); 10582Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty);