1 write to _source
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
71_source = new SettableState<Uri>(null);
8 references to _source
PresentationFramework (8)
System\Windows\Controls\AVElementHelper.cs (8)
404else if (_source._wasSet) 481if (_currentState == MediaState.Close || _source._isSet) 496_mediaPlayer.Open(UriFromSourceUri(_source._value)); 605if (thisStateRequest == MediaState.Play && _source._isSet) 624_source._isSet = false; 732_source._value = (Uri)e.NewValue; 733_source._wasSet = _source._isSet = true;