1 write to globalCacheVersion
System.Windows.Forms (1)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1041
globalCacheVersion
++;
2 references to globalCacheVersion
System.Windows.Forms (2)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
1095
if (threadCacheVersion !=
globalCacheVersion
) {
1097
threadCacheVersion =
globalCacheVersion
;