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