1 write to _speedRatio
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
75_speedRatio = new SettableState<double>(1.0);
9 references to _speedRatio
PresentationFramework (9)
System\Windows\Controls\AVElementHelper.cs (9)
251return _speedRatio._value; 261_speedRatio._wasSet = _speedRatio._isSet = true; 262_speedRatio._value = speedRatio; 615if (!_speedRatio._wasSet) 673if (_speedRatio._isSet || openedMedia && _speedRatio._wasSet) 675_mediaPlayer.SpeedRatio = _speedRatio._value; 677_speedRatio._isSet = false;