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