1 write to _cacheScrollHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2208
_cacheScrollHeight
= CreateInstance(SystemResourceKeyID.ScrollHeight);
2 references to _cacheScrollHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2206
if (
_cacheScrollHeight
== null)
2211
return
_cacheScrollHeight
;