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 3419current._syncData.IsInSyncPeriod = false;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
450child._syncData.IsInSyncPeriod = false;
7 references to IsInSyncPeriod
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
1847(_syncData == null || !_syncData.IsInSyncPeriod)) 2684if (_syncData != null && _syncData.IsInSyncPeriod && !_syncData.SyncClockHasReachedEffectiveDuration) 2919if (_syncData != null && _syncData.IsInSyncPeriod && _parent.CurrentState != ClockState.Stopped) // We are already in a slip zone 2945if (_syncData != null && !_syncData.IsInSyncPeriod && _parent.CurrentState != ClockState.Stopped && 3189Debug.Assert(!_syncData.IsInSyncPeriod); 3313Debug.Assert(_syncData.IsInSyncPeriod);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
354&& _syncData.IsInSyncPeriod