7 writes to professionalRGB
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (7)
40professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 42InitSystemColors(ref professionalRGB); 49professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 51InitThemedColors(ref professionalRGB); 58professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 60InitSystemColors(ref professionalRGB); 99professionalRGB = null;
9 references to professionalRGB
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (9)
38if (!usingSystemColors || professionalRGB == null) { 39if (professionalRGB == null) { 47if (usingSystemColors || professionalRGB == null) { 48if (professionalRGB == null) { 56if (!usingSystemColors || professionalRGB == null) { 57if (professionalRGB == null) { 63return professionalRGB; 96if (professionalRGB != null) { 97professionalRGB.Clear();