1 write to _cacheScrollWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2382
_cacheScrollWidth
= CreateInstance(SystemResourceKeyID.ScrollWidth);
2 references to _cacheScrollWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2380
if (
_cacheScrollWidth
== null)
2385
return
_cacheScrollWidth
;