5 references to CountsToTicks
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
219
_estimatedNextPresentationTime = TimeSpan.FromTicks(
CountsToTicks
(_lastPresentationTime));
913
if (_lastCommitTime >
CountsToTicks
(_lastPresentationTime))
931
return
CountsToTicks
(counts);
965
return currentTime -
CountsToTicks
(_lastPresentationTime);
1127
long countsTicks =
CountsToTicks
(counts);