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