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