5 instantiations of SoundPlayer
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Devices\Audio.vb (3)
82
Dim sound As New Media.
SoundPlayer
()
105
Dim sound As New Media.
SoundPlayer
(safeFilename)
138
Play(New Media.
SoundPlayer
(stream), playMode)
PresentationFramework (1)
System\Windows\Controls\SoundPlayerAction.cs (1)
203
m_player = new
SoundPlayer
((Stream)newStream);
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2062
Media.SoundPlayer sp =
new
();
6 references to SoundPlayer
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Devices\Audio.vb (3)
16
Private _sound As Media.
SoundPlayer
51
''' Plays the passed in <see cref="Media.
SoundPlayer
"/> in the passed in <see cref="AudioPlayMode"/>.
55
Private Sub Play(sound As Media.
SoundPlayer
, mode As AudioPlayMode)
PresentationFramework (1)
System\Windows\Controls\SoundPlayerAction.cs (1)
241
private
SoundPlayer
m_player;
System (1)
parent\ref\System.cs (1)
587
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Media.
SoundPlayer
))]
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2062
Media.
SoundPlayer
sp = new();