10 writes to UseSystemColors
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3816
UseSystemColors
= true
System.Windows.Forms.Tests (9)
System\Windows\Forms\ProfessionalColorTableTests.cs (9)
96
UseSystemColors
= true
127
UseSystemColors
= useSystemColors
138
UseSystemColors
= value
143
table.
UseSystemColors
= value;
147
table.
UseSystemColors
= !value;
157
UseSystemColors
= !value
162
table.
UseSystemColors
= value;
166
table.
UseSystemColors
= value;
170
table.
UseSystemColors
= !value;
9 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); }
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProfessionalColorTableTests.cs (7)
16
Assert.False(table.
UseSystemColors
);
140
Assert.Equal(value, table.
UseSystemColors
);
144
Assert.Equal(value, table.
UseSystemColors
);
148
Assert.Equal(!value, table.
UseSystemColors
);
163
Assert.Equal(value, table.
UseSystemColors
);
167
Assert.Equal(value, table.
UseSystemColors
);
171
Assert.Equal(!value, table.
UseSystemColors
);