1 write to _cacheScrollBarBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1980
_cacheScrollBarBrush
= CreateInstance(SystemResourceKeyID.ScrollBarBrush);
2 references to _cacheScrollBarBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1978
if (
_cacheScrollBarBrush
== null)
1983
return
_cacheScrollBarBrush
;