1 write to _cacheInfoBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1884
_cacheInfoBrush
= CreateInstance(SystemResourceKeyID.InfoBrush);
2 references to _cacheInfoBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1882
if (
_cacheInfoBrush
== null)
1887
return
_cacheInfoBrush
;