1 write to _cacheInfoBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1545
_cacheInfoBrush
= CreateInstance(SystemResourceKeyID.InfoBrush);
2 references to _cacheInfoBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1543
if (
_cacheInfoBrush
== null)
1548
return
_cacheInfoBrush
;