1 write to _source
PresentationFramework (1)
src\Framework\System\Windows\Controls\AVElementHelper.cs (1)
76_source = new SettableState<Uri>(null);
8 references to _source
PresentationFramework (8)
src\Framework\System\Windows\Controls\AVElementHelper.cs (8)
409else if (_source._wasSet) 486if (_currentState == MediaState.Close || _source._isSet) 501_mediaPlayer.Open(UriFromSourceUri(_source._value)); 610if (thisStateRequest == MediaState.Play && _source._isSet) 629_source._isSet = false; 744_source._value = (Uri)e.NewValue; 745_source._wasSet = _source._isSet = true;