1 write to _cacheScrollBarColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
781
_cacheScrollBarColor
= CreateInstance(SystemResourceKeyID.ScrollBarColor);
2 references to _cacheScrollBarColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
779
if (
_cacheScrollBarColor
== null)
784
return
_cacheScrollBarColor
;