5 references to CountsToTicks
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
216_estimatedNextPresentationTime = TimeSpan.FromTicks(CountsToTicks(_lastPresentationTime)); 894if (_lastCommitTime > CountsToTicks(_lastPresentationTime)) 912return CountsToTicks(counts); 946return currentTime - CountsToTicks(_lastPresentationTime); 1107long countsTicks = CountsToTicks(counts);