1 write to UseSystemColors
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3802UseSystemColors = true
2 references to UseSystemColors
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
35if (UseSystemColors)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
107get { return (ColorTable.UseSystemColors || !ToolStripManager.VisualStylesEnabled); }