1 write to _speedRatio
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
68_speedRatio = new SettableState<double>(1.0);
9 references to _speedRatio
PresentationFramework (9)
System\Windows\Controls\AVElementHelper.cs (9)
244return _speedRatio._value; 254_speedRatio._wasSet = _speedRatio._isSet = true; 255_speedRatio._value = speedRatio; 608if (!_speedRatio._wasSet) 666if (_speedRatio._isSet || openedMedia && _speedRatio._wasSet) 668_mediaPlayer.SpeedRatio = _speedRatio._value; 670_speedRatio._isSet = false;