2 instantiations of SoundPlayer
PresentationFramework (1)
System\Windows\Controls\SoundPlayerAction.cs (1)
203
m_player = new
SoundPlayer
((Stream)newStream);
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2062
Media.SoundPlayer sp =
new
();
3 references to SoundPlayer
PresentationFramework (1)
System\Windows\Controls\SoundPlayerAction.cs (1)
241
private
SoundPlayer
m_player;
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
587
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Media.
SoundPlayer
))]
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2062
Media.
SoundPlayer
sp = new();