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