10 writes to _value
PresentationFramework (10)
System\Windows\Controls\AVElementHelper.cs (10)
31_value = value; 203_position._value = position; 228_clock._value = clock; 254_speedRatio._value = speedRatio; 274_mediaState._value = mediaState; 287_volume._value = volume; 299_balance._value = balance; 311_isMuted._value = isMuted; 323_isScrubbingEnabled._value = isScrubbingEnabled; 724_source._value = (Uri)e.NewValue;
18 references to _value
PresentationFramework (18)
System\Windows\Controls\AVElementHelper.cs (18)
183return _position._value; 218return _clock._value; 243return _speedRatio._value; 366MediaState thisStateRequest = _mediaState._value; 379if (_clock._value != null) 428if (_clock._value != null) 481_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 486if (_clock._value == null) 488_mediaPlayer.Open(UriFromSourceUri(_source._value)); 508_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 513_mediaPlayer.Clock = _clock._value; 551_mediaPlayer.Position = _position._value; 562_mediaPlayer.Volume = _volume._value; 569_mediaPlayer.Balance = _balance._value; 576_mediaPlayer.IsMuted = _isMuted._value; 588_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 667_mediaPlayer.SpeedRatio = _speedRatio._value; 719if (_clock._value != null)