1 write to _cacheScrollBarBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1641
_cacheScrollBarBrush
= CreateInstance(SystemResourceKeyID.ScrollBarBrush);
2 references to _cacheScrollBarBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1639
if (
_cacheScrollBarBrush
== null)
1644
return
_cacheScrollBarBrush
;