4 references to s_backColorProperty
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
526Properties.AddOrRemoveValue(s_backColorProperty, value, defaultValue: Color.Empty); 1609internal Color RawBackColor => Properties.GetValueOrDefault<Color>(s_backColorProperty, Color.Empty); 2881Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty); 3286Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty);