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