2 overrides of NeedsTicksWhenActive
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\AnimationClock.cs (1)
56internal override bool NeedsTicksWhenActive
Core\CSharp\System\Windows\Media\MediaClock.cs (1)
170internal override bool NeedsTicksWhenActive
3 writes to NeedsTicksWhenActive
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
3841NeedsTicksWhenActive = false; 3845NeedsTicksWhenActive = true; 3862NeedsTicksWhenActive = true; // Use this as a hint for NeedsTicksWhenActive
3 references to NeedsTicksWhenActive
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
2157if (_currentClockState == ClockState.Active && parentSpeed != 0 && !NeedsTicksWhenActive) 2311if (parentSpeed != 0 && _currentClockState == ClockState.Active && NeedsTicksWhenActive) 3860if (!NeedsTicksWhenActive) // We may need to update the tree to know that we need ticks