1 write to _cacheScrollHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2398
_cacheScrollHeight
= CreateInstance(SystemResourceKeyID.ScrollHeight);
2 references to _cacheScrollHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2396
if (
_cacheScrollHeight
== null)
2401
return
_cacheScrollHeight
;