1 write to UseSystemColors
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4347colorTable.UseSystemColors = true;
2 references to UseSystemColors
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
36 if (UseSystemColors) {
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
108get { return (ColorTable.UseSystemColors || !ToolStripManager.VisualStylesEnabled); }