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