5 references to CountsToTicks
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
219_estimatedNextPresentationTime = TimeSpan.FromTicks(CountsToTicks(_lastPresentationTime)); 913if (_lastCommitTime > CountsToTicks(_lastPresentationTime)) 931return CountsToTicks(counts); 965return currentTime - CountsToTicks(_lastPresentationTime); 1127long countsTicks = CountsToTicks(counts);