5 references to CountsToTicks
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
217_estimatedNextPresentationTime = TimeSpan.FromTicks(CountsToTicks(_lastPresentationTime)); 895if (_lastCommitTime > CountsToTicks(_lastPresentationTime)) 913return CountsToTicks(counts); 947return currentTime - CountsToTicks(_lastPresentationTime); 1108long countsTicks = CountsToTicks(counts);