2 overrides of NeedsTicksWhenActive
PresentationCore (2)
System\Windows\Media\Animation\AnimationClock.cs (1)
58
internal override bool
NeedsTicksWhenActive
System\Windows\Media\mediaclock.cs (1)
151
internal override bool
NeedsTicksWhenActive
3 writes to NeedsTicksWhenActive
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
3810
NeedsTicksWhenActive
= false;
3814
NeedsTicksWhenActive
= true;
3828
NeedsTicksWhenActive
= true; // Use this as a hint for NeedsTicksWhenActive
3 references to NeedsTicksWhenActive
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
2136
if (_currentClockState == ClockState.Active && parentSpeed != 0 && !
NeedsTicksWhenActive
)
2290
if (parentSpeed != 0 && _currentClockState == ClockState.Active &&
NeedsTicksWhenActive
)
3826
if (!
NeedsTicksWhenActive
) // We may need to update the tree to know that we need ticks