5 instantiations of SystemSound
System (5)
sys\system\Media\SystemSounds.cs (5)
25asterisk = new SystemSound(NativeMethods.MB_ICONASTERISK); 35beep = new SystemSound(0); 45exclamation = new SystemSound(NativeMethods.MB_ICONEXCLAMATION); 55hand = new SystemSound(NativeMethods.MB_ICONHAND); 65question = new SystemSound(NativeMethods.MB_ICONQUESTION);
10 references to SystemSound
System (10)
sys\system\Media\SystemSounds.cs (10)
12static volatile SystemSound asterisk; 13static volatile SystemSound beep; 14static volatile SystemSound exclamation; 15static volatile SystemSound hand; 16static volatile SystemSound question; 22public static SystemSound Asterisk { 32public static SystemSound Beep { 42public static SystemSound Exclamation { 52public static SystemSound Hand { 62public static SystemSound Question {