6 references to s_backColorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
682if (!Properties.ContainsKey(s_backColorProperty)) 816Properties.AddOrRemoveValue(s_backColorProperty, value); 2666internal Color RawBackColor => Properties.GetValueOrDefault<Color>(s_backColorProperty); 2945bool checkBackColor = !Properties.ContainsKey(s_backColorProperty); 6904Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty); 10466Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty);