7 writes to _usingSystemColors
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (7)
366
_usingSystemColors
= true;
1384
_usingSystemColors
= false;
1390
_usingSystemColors
= false;
1396
_usingSystemColors
= false;
1406
_usingSystemColors
= true;
1423
_usingSystemColors
= false;
1432
_usingSystemColors
= true;
4 references to _usingSystemColors
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (4)
38
if (!
_usingSystemColors
|| _professionalRGB is null)
47
if (
_usingSystemColors
|| _professionalRGB is null)
56
if (!
_usingSystemColors
|| _professionalRGB is null)
178
public virtual Color ImageMarginGradientEnd => (
_usingSystemColors
) ? SystemColors.Control : FromKnownColor(KnownColors.msocbvcrCBGradVertEnd);