5 references to CountsToTicks
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
195
_estimatedNextPresentationTime = TimeSpan.FromTicks(
CountsToTicks
(_lastPresentationTime));
873
if (_lastCommitTime >
CountsToTicks
(_lastPresentationTime))
891
return
CountsToTicks
(counts);
925
return currentTime -
CountsToTicks
(_lastPresentationTime);
1086
long countsTicks =
CountsToTicks
(counts);