2 instantiations of SyncData
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
632_syncData = new SyncData(this); // CanSlip clocks keep themselves synced
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
149_syncData = new SyncData(child);
1 reference to SyncData
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
4439internal SyncData _syncData = null; // Keeps track of sync-related data for SlipBehavior