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