4 references to s_backColorProperty
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
531
Properties.AddOrRemoveValue(
s_backColorProperty
, value, defaultValue: Color.Empty);
1614
internal Color RawBackColor => Properties.GetValueOrDefault(
s_backColorProperty
, Color.Empty);
2888
Color backColor = Properties.GetValueOrDefault<Color>(
s_backColorProperty
);
3295
Color backColor = Properties.GetValueOrDefault<Color>(
s_backColorProperty
);