2 writes to _speedRatio
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (2)
97
_speedRatio
= 1.0;
1188
_speedRatio
= value;
2 references to _speedRatio
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (2)
539
return
_speedRatio
;
1196
PrivateSpeedRatio =
_speedRatio
;