10 writes to _value
PresentationFramework (10)
System\Windows\Controls\AVElementHelper.cs (10)
39_value = value; 211_position._value = position; 236_clock._value = clock; 262_speedRatio._value = speedRatio; 282_mediaState._value = mediaState; 295_volume._value = volume; 307_balance._value = balance; 319_isMuted._value = isMuted; 331_isScrubbingEnabled._value = isScrubbingEnabled; 732_source._value = (Uri)e.NewValue;
18 references to _value
PresentationFramework (18)
System\Windows\Controls\AVElementHelper.cs (18)
191return _position._value; 226return _clock._value; 251return _speedRatio._value; 374MediaState thisStateRequest = _mediaState._value; 387if (_clock._value != null) 436if (_clock._value != null) 489_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 494if (_clock._value == null) 496_mediaPlayer.Open(UriFromSourceUri(_source._value)); 516_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 521_mediaPlayer.Clock = _clock._value; 559_mediaPlayer.Position = _position._value; 570_mediaPlayer.Volume = _volume._value; 577_mediaPlayer.Balance = _balance._value; 584_mediaPlayer.IsMuted = _isMuted._value; 596_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 675_mediaPlayer.SpeedRatio = _speedRatio._value; 727if (_clock._value != null)