1 write to s_globalCacheVersion
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
797
s_globalCacheVersion
++;
2 references to s_globalCacheVersion
System.Windows.Forms (2)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (2)
844
if (t_threadCacheVersion !=
s_globalCacheVersion
)
847
t_threadCacheVersion =
s_globalCacheVersion
;