1 write to _source
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
64_source = new SettableState<Uri>(null);
8 references to _source
PresentationFramework (8)
System\Windows\Controls\AVElementHelper.cs (8)
397else if (_source._wasSet) 474if (_currentState == MediaState.Close || _source._isSet) 489_mediaPlayer.Open(UriFromSourceUri(_source._value)); 598if (thisStateRequest == MediaState.Play && _source._isSet) 617_source._isSet = false; 725_source._value = (Uri)e.NewValue; 726_source._wasSet = _source._isSet = true;