1 write to _cacheScrollWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2192
_cacheScrollWidth
= CreateInstance(SystemResourceKeyID.ScrollWidth);
2 references to _cacheScrollWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2190
if (
_cacheScrollWidth
== null)
2195
return
_cacheScrollWidth
;