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