10 writes to _value
PresentationFramework (10)
System\Windows\Controls\AVElementHelper.cs (10)
32_value = value; 204_position._value = position; 229_clock._value = clock; 255_speedRatio._value = speedRatio; 275_mediaState._value = mediaState; 288_volume._value = volume; 300_balance._value = balance; 312_isMuted._value = isMuted; 324_isScrubbingEnabled._value = isScrubbingEnabled; 725_source._value = (Uri)e.NewValue;
18 references to _value
PresentationFramework (18)
System\Windows\Controls\AVElementHelper.cs (18)
184return _position._value; 219return _clock._value; 244return _speedRatio._value; 367MediaState thisStateRequest = _mediaState._value; 380if (_clock._value != null) 429if (_clock._value != null) 482_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 487if (_clock._value == null) 489_mediaPlayer.Open(UriFromSourceUri(_source._value)); 509_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 514_mediaPlayer.Clock = _clock._value; 552_mediaPlayer.Position = _position._value; 563_mediaPlayer.Volume = _volume._value; 570_mediaPlayer.Balance = _balance._value; 577_mediaPlayer.IsMuted = _isMuted._value; 589_mediaPlayer.ScrubbingEnabled = _isScrubbingEnabled._value; 668_mediaPlayer.SpeedRatio = _speedRatio._value; 720if (_clock._value != null)