1 write to BackColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
318_toolStrip.BackColor = value;
5 references to BackColor
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (3)
603else if (item.Owner is not null && item.BackColor != item.Owner.BackColor) 654else if (item.Owner is not null && item.BackColor != item.Owner.BackColor) 1586else if (item.Owner is not null && item.BackColor != item.Owner.BackColor)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
356Color backColor = e.ToolStrip.BackColor; 739if ((parent is not null) && (state != ToolBarState.Checked) && (item.BackColor != parent.BackColor))