5 references to CountsToTicks
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
195_estimatedNextPresentationTime = TimeSpan.FromTicks(CountsToTicks(_lastPresentationTime)); 870if (_lastCommitTime > CountsToTicks(_lastPresentationTime)) 888return CountsToTicks(counts); 922return currentTime - CountsToTicks(_lastPresentationTime); 1083long countsTicks = CountsToTicks(counts);