4 references to new
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Audio.vb (1)
82Dim sound As New Media.SoundPlayer()
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
54public SoundPlayer(string soundLocation) : this() 59public SoundPlayer(Stream? stream) : this()
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2062Media.SoundPlayer sp = new();