1 write to t_themeHandles
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
843t_themeHandles ??= new(NumberOfPossibleClasses);
7 references to t_themeHandles
System.Windows.Forms (7)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (7)
806if (t_themeHandles is null) 811string[] classNames = new string[t_themeHandles.Keys.Count]; 812t_themeHandles.Keys.CopyTo(classNames, 0); 816ThemeHandle? themeHandle = t_themeHandles[className]; 826t_themeHandles[className] = themeHandle; 850if (!t_themeHandles.TryGetValue(className, out ThemeHandle? themeHandle)) 859t_themeHandles[className] = themeHandle;