5 instantiations of SystemSound
System.Windows.Extensions (5)
System\Media\SystemSounds.cs (5)
8
public static SystemSound Asterisk => field ??= new
SystemSound
(Interop.User32.MB_ICONASTERISK);
9
public static SystemSound Beep => field ??= new
SystemSound
(Interop.User32.MB_OK);
10
public static SystemSound Exclamation => field ??= new
SystemSound
(Interop.User32.MB_ICONEXCLAMATION);
11
public static SystemSound Hand => field ??= new
SystemSound
(Interop.User32.MB_ICONHAND);
12
public static SystemSound Question => field ??= new
SystemSound
(Interop.User32.MB_ICONQUESTION);
7 references to SystemSound
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Audio.vb (1)
147
Public Sub PlaySystemSound(systemSound As Media.
SystemSound
)
System (1)
parent\ref\System.cs (1)
588
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Media.
SystemSound
))]
System.Windows.Extensions (5)
System\Media\SystemSounds.cs (5)
8
public static
SystemSound
Asterisk => field ??= new SystemSound(Interop.User32.MB_ICONASTERISK);
9
public static
SystemSound
Beep => field ??= new SystemSound(Interop.User32.MB_OK);
10
public static
SystemSound
Exclamation => field ??= new SystemSound(Interop.User32.MB_ICONEXCLAMATION);
11
public static
SystemSound
Hand => field ??= new SystemSound(Interop.User32.MB_ICONHAND);
12
public static
SystemSound
Question => field ??= new SystemSound(Interop.User32.MB_ICONQUESTION);