2 instantiations of SoundPlayer
PresentationFramework (1)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
228
m_player = new
SoundPlayer
((Stream)newStream);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2295
System.Media.SoundPlayer sp = new System.Media.
SoundPlayer
();
4 references to SoundPlayer
PresentationFramework (1)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
266
private
SoundPlayer
m_player;
System (2)
sys\system\Media\SoundPlayer.cs (2)
271
System.Media.
SoundPlayer
.IntSecurity.SafeSubWindows.Demand();
286
System.Media.
SoundPlayer
.IntSecurity.SafeSubWindows.Demand();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2295
System.Media.
SoundPlayer
sp = new System.Media.SoundPlayer();