1 write to _speedRatio
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
67_speedRatio = new SettableState<double>(1.0);
9 references to _speedRatio
PresentationFramework (9)
System\Windows\Controls\AVElementHelper.cs (9)
243return _speedRatio._value; 253_speedRatio._wasSet = _speedRatio._isSet = true; 254_speedRatio._value = speedRatio; 607if (!_speedRatio._wasSet) 665if (_speedRatio._isSet || openedMedia && _speedRatio._wasSet) 667_mediaPlayer.SpeedRatio = _speedRatio._value; 669_speedRatio._isSet = false;