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