3 references to SoundPlayer
System (2)
sys\system\Media\SoundPlayer.cs (2)
64public SoundPlayer(string soundLocation) : this() { 72public SoundPlayer(Stream stream) : this() {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2295System.Media.SoundPlayer sp = new System.Media.SoundPlayer();