1 write to _cacheShowSounds
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4804
_cacheShowSounds
= CreateInstance(SystemResourceKeyID.ShowSounds);
2 references to _cacheShowSounds
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4802
if (
_cacheShowSounds
== null)
4807
return
_cacheShowSounds
;