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