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)
38if (!_usingSystemColors || _professionalRGB is null) 47if (_usingSystemColors || _professionalRGB is null) 56if (!_usingSystemColors || _professionalRGB is null) 178public virtual Color ImageMarginGradientEnd => (_usingSystemColors) ? SystemColors.Control : FromKnownColor(KnownColors.msocbvcrCBGradVertEnd);