3 writes to m_playRequested
PresentationFramework (3)
System\Windows\Controls\SoundPlayerAction.cs (3)
95m_playRequested = false; // Suppress earlier requests to Play the sound 137m_playRequested = true; 234m_playRequested = false;
1 reference to m_playRequested
PresentationFramework (1)
System\Windows\Controls\SoundPlayerAction.cs (1)
232if (m_playRequested) // URI is correct, m_player is ready, play it if requested