5 references to CountsToTicks
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
195_estimatedNextPresentationTime = TimeSpan.FromTicks(CountsToTicks(_lastPresentationTime)); 873if (_lastCommitTime > CountsToTicks(_lastPresentationTime)) 891return CountsToTicks(counts); 925return currentTime - CountsToTicks(_lastPresentationTime); 1086long countsTicks = CountsToTicks(counts);