10 writes to _value
PresentationFramework (10)
src\Framework\System\Windows\Controls\AVElementHelper.cs (10)
44_value = value; 216_position._value = position; 241_clock._value = clock; 267_speedRatio._value = speedRatio; 287_mediaState._value = mediaState; 300_volume._value = volume; 312_balance._value = balance; 324_isMuted._value = isMuted; 336_isScrubbingEnabled._value = isScrubbingEnabled; 744_source._value = (Uri)e.NewValue;
18 references to _value
PresentationFramework (18)
src\Framework\System\Windows\Controls\AVElementHelper.cs (18)
196return _position._value; 231return _clock._value; 256return _speedRatio._value; 379MediaState thisStateRequest = _mediaState._value; 392if (_clock._value != null) 441if (_clock._value != null) 494_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 499if (_clock._value == null) 501_mediaPlayer.Open(UriFromSourceUri(_source._value)); 521_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 526_mediaPlayer.Clock = _clock._value; 564_mediaPlayer.Position = _position._value; 575_mediaPlayer.Volume = _volume._value; 582_mediaPlayer.Balance = _balance._value; 589_mediaPlayer.IsMuted = _isMuted._value; 601_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 680_mediaPlayer.SpeedRatio = _speedRatio._value; 739if (_clock._value != null)