2 references to GetNextTickNeeded
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (1)
233
if (
GetNextTickNeeded
() >= TimeSpan.Zero)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
601
nextTickNeeded = _timeManager.
GetNextTickNeeded
();