1 write to _themeableTypes
System.Web (1)
UI\ThemeableAttribute.cs (1)
44
_themeableTypes
= Hashtable.Synchronized(new Hashtable());
2 references to _themeableTypes
System.Web (2)
UI\ThemeableAttribute.cs (2)
93
object result =
_themeableTypes
[type];
102
_themeableTypes
[type] = result;