Base:
property
BackColor
System.Windows.Forms.Control.BackColor
2 writes to BackColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1271_gridView.BackColor = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
138BackColor = SystemColors.Window;
9 references to BackColor
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1268get => _gridView.BackColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
130protected virtual Color BackgroundColor => OwnerGridView?.BackColor ?? default; 1909: owner.BackColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
282BackColor = BackColor, 2361Color color = BackColor; 3367using var backBrush = BackColor.GetCachedSolidBrushScope(); 4390EditTextBox.BackColor = BackColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
64BackColor = _gridView.BackColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
19base.BackColor = gridView.BackColor;