1 write to themeHandles
System.Windows.Forms (1)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1025themeHandles = new Hashtable(numberOfPossibleClasses);
9 references to themeHandles
System.Windows.Forms (9)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (9)
1054if (themeHandles != null) { 1055string[] classNames = new string[themeHandles.Keys.Count]; 1056themeHandles.Keys.CopyTo(classNames, 0); 1059tHandle = (ThemeHandle) themeHandles[className]; 1069themeHandles[className] = tHandle; 1090if (themeHandles == null) { 1100if (!themeHandles.Contains(className)) { // see if it is already in cache 1105themeHandles.Add(className, tHandle); 1108tHandle = (ThemeHandle) themeHandles[className];