5 references to CountsToTicks
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
194_estimatedNextPresentationTime = TimeSpan.FromTicks(CountsToTicks(_lastPresentationTime)); 869if (_lastCommitTime > CountsToTicks(_lastPresentationTime)) 887return CountsToTicks(counts); 921return currentTime - CountsToTicks(_lastPresentationTime); 1082long countsTicks = CountsToTicks(counts);