6 writes to IsInSyncPeriod
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
1193
_syncData.
IsInSyncPeriod
= false; // Reset sync tracking
3248
_syncData.
IsInSyncPeriod
= true;
3289
_syncData.
IsInSyncPeriod
= true;
3348
_syncData.
IsInSyncPeriod
= false; // This is the last time we need to sync
3419
current._syncData.
IsInSyncPeriod
= false;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
450
child._syncData.
IsInSyncPeriod
= false;
7 references to IsInSyncPeriod
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
1847
(_syncData == null || !_syncData.
IsInSyncPeriod
))
2684
if (_syncData != null && _syncData.
IsInSyncPeriod
&& !_syncData.SyncClockHasReachedEffectiveDuration)
2919
if (_syncData != null && _syncData.
IsInSyncPeriod
&& _parent.CurrentState != ClockState.Stopped) // We are already in a slip zone
2945
if (_syncData != null && !_syncData.
IsInSyncPeriod
&& _parent.CurrentState != ClockState.Stopped &&
3189
Debug.Assert(!_syncData.
IsInSyncPeriod
);
3313
Debug.Assert(_syncData.
IsInSyncPeriod
);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
354
&& _syncData.
IsInSyncPeriod