1 write to _cacheScrollBarBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1981
_cacheScrollBarBrush
= CreateInstance(SystemResourceKeyID.ScrollBarBrush);
2 references to _cacheScrollBarBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1979
if (
_cacheScrollBarBrush
== null)
1984
return
_cacheScrollBarBrush
;