7 writes to usingSystemColors
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (7)
495
usingSystemColors
= true;
1529
usingSystemColors
= false;
1534
usingSystemColors
= false;
1539
usingSystemColors
= false;
1549
usingSystemColors
= true;
1566
usingSystemColors
= false;
1577
usingSystemColors
= true;
4 references to usingSystemColors
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (4)
38
if (!
usingSystemColors
|| professionalRGB == null) {
47
if (
usingSystemColors
|| professionalRGB == null) {
56
if (!
usingSystemColors
|| professionalRGB == null) {
226
get { return (
usingSystemColors
) ? SystemColors.Control : FromKnownColor(KnownColors.msocbvcrCBGradVertEnd); }