1 write to _speedRatio
PresentationFramework (1)
src\Framework\System\Windows\Controls\AVElementHelper.cs (1)
80_speedRatio = new SettableState<double>(1.0);
9 references to _speedRatio
PresentationFramework (9)
src\Framework\System\Windows\Controls\AVElementHelper.cs (9)
256return _speedRatio._value; 266_speedRatio._wasSet = _speedRatio._isSet = true; 267_speedRatio._value = speedRatio; 620if (!_speedRatio._wasSet) 678if (_speedRatio._isSet || openedMedia && _speedRatio._wasSet) 680_mediaPlayer.SpeedRatio = _speedRatio._value; 682_speedRatio._isSet = false;