Base:
property
BackColor
System.Windows.Forms.Control.BackColor
2 writes to BackColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1604gridView.BackColor = value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
204BackColor = SystemColors.Window;
6 references to BackColor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1601return gridView.BackColor;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2205Color bkColor = ((paintFlags & PaintValueFlags.DrawSelected) != PaintValueFlags.None) ? GridEntryHost.GetSelectedItemWithFocusBackColor() : GridEntryHost.BackColor;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
355edit.BackColor = BackColor; 4488Edit.BackColor = this.BackColor; 5491this.BackColor = gridView.BackColor; 6145base.BackColor = gridView.BackColor;