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