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