2 references to PlaySound
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
234
Interop.WinMM.
PlaySound
(_streamData, IntPtr.Zero, Interop.WinMM.SND_MEMORY | Interop.WinMM.SND_NODEFAULT | flags);
428
Interop.WinMM.
PlaySound
((byte[]?)null, IntPtr.Zero, Interop.WinMM.SND_PURGE);