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