1 write to _source
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
63_source = new SettableState<Uri>(null);
8 references to _source
PresentationFramework (8)
System\Windows\Controls\AVElementHelper.cs (8)
396else if (_source._wasSet) 473if (_currentState == MediaState.Close || _source._isSet) 488_mediaPlayer.Open(UriFromSourceUri(_source._value)); 597if (thisStateRequest == MediaState.Play && _source._isSet) 616_source._isSet = false; 724_source._value = (Uri)e.NewValue; 725_source._wasSet = _source._isSet = true;