1 write to _cacheShowSounds
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4817
_cacheShowSounds
= CreateInstance(SystemResourceKeyID.ShowSounds);
2 references to _cacheShowSounds
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4815
if (
_cacheShowSounds
== null)
4820
return
_cacheShowSounds
;