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