5 references to SystemSound
System (5)
sys\system\Media\SystemSounds.cs (5)
25
asterisk = new
SystemSound
(NativeMethods.MB_ICONASTERISK);
35
beep = new
SystemSound
(0);
45
exclamation = new
SystemSound
(NativeMethods.MB_ICONEXCLAMATION);
55
hand = new
SystemSound
(NativeMethods.MB_ICONHAND);
65
question = new
SystemSound
(NativeMethods.MB_ICONQUESTION);