2 writes to m_lastRequestedAbsoluteUri
PresentationFramework (2)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (2)
100
m_lastRequestedAbsoluteUri
= newValue;
106
m_lastRequestedAbsoluteUri
=
2 references to m_lastRequestedAbsoluteUri
PresentationFramework (2)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (2)
168
if (
m_lastRequestedAbsoluteUri
!= null) // Only reload if the new source is non-null
175
IAsyncResult asyncResult = downloadStreamCaller.BeginInvoke(
m_lastRequestedAbsoluteUri
,