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