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