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); 1617internal Color RawBackColor => Properties.GetValueOrDefault<Color>(s_backColorProperty, Color.Empty); 2889Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty); 3294Color backColor = Properties.GetValueOrDefault<Color>(s_backColorProperty);