6 references to User32
System.Windows.Extensions (6)
System\Media\SystemSound.cs (1)
17Interop.User32.MessageBeep(_soundType);
System\Media\SystemSounds.cs (5)
8public static SystemSound Asterisk => field ??= new SystemSound(Interop.User32.MB_ICONASTERISK); 9public static SystemSound Beep => field ??= new SystemSound(Interop.User32.MB_OK); 10public static SystemSound Exclamation => field ??= new SystemSound(Interop.User32.MB_ICONEXCLAMATION); 11public static SystemSound Hand => field ??= new SystemSound(Interop.User32.MB_ICONHAND); 12public static SystemSound Question => field ??= new SystemSound(Interop.User32.MB_ICONQUESTION);