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)
98
UseSystemColors
= true
129
UseSystemColors
= useSystemColors
140
UseSystemColors
= value
145
table.
UseSystemColors
= value;
149
table.
UseSystemColors
= !value;
159
UseSystemColors
= !value
164
table.
UseSystemColors
= value;
168
table.
UseSystemColors
= value;
172
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)
18
Assert.False(table.
UseSystemColors
);
142
Assert.Equal(value, table.
UseSystemColors
);
146
Assert.Equal(value, table.
UseSystemColors
);
150
Assert.Equal(!value, table.
UseSystemColors
);
165
Assert.Equal(value, table.
UseSystemColors
);
169
Assert.Equal(value, table.
UseSystemColors
);
173
Assert.Equal(!value, table.
UseSystemColors
);