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