27 references to GetFlag
PresentationCore (27)
System\Windows\Media\Animation\Clock.cs (27)
139
return
GetFlag
(ClockFlags.CanGrow);
147
return
GetFlag
(ClockFlags.CanSlip);
284
return
GetFlag
(ClockFlags.HasControllableRoot);
1476
return
GetFlag
(ClockFlags.CompletedEventRaised);
1488
return
GetFlag
(ClockFlags.CurrentGlobalSpeedInvalidatedEventRaised);
1500
return
GetFlag
(ClockFlags.CurrentStateInvalidatedEventRaised);
1512
return
GetFlag
(ClockFlags.CurrentTimeInvalidatedEventRaised);
1524
return
GetFlag
(ClockFlags.HasDesiredFrameRate);
1536
return
GetFlag
(ClockFlags.HasResolvedDuration);
1548
return
GetFlag
(ClockFlags.IsBackwardsProgressingGlobal);
1560
return
GetFlag
(ClockFlags.IsInEventQueue);
1577
return
GetFlag
(ClockFlags.IsInteractivelyPaused);
1589
return
GetFlag
(ClockFlags.IsInteractivelyStopped);
1601
return
GetFlag
(ClockFlags.IsRoot);
1613
return
GetFlag
(ClockFlags.IsTimeManager);
1630
return
GetFlag
(ClockFlags.NeedsPostfixTraversal);
1642
return
GetFlag
(ClockFlags.NeedsTicksWhenActive);
1655
return
GetFlag
(ClockFlags.PauseStateChangedDuringTick);
1667
return
GetFlag
(ClockFlags.PendingInteractivePause);
1679
return
GetFlag
(ClockFlags.PendingInteractiveRemove);
1691
return
GetFlag
(ClockFlags.PendingInteractiveResume);
1703
return
GetFlag
(ClockFlags.PendingInteractiveStop);
1715
return
GetFlag
(ClockFlags.RemoveRequestedEventRaised);
1727
return
GetFlag
(ClockFlags.HasDiscontinuousTimeMovementOccured);
1739
return
GetFlag
(ClockFlags.HasDescendantsWithUnresolvedDuration);
1751
return
GetFlag
(ClockFlags.HasSeekOccuredAfterLastTick);
3883
return
GetFlag
(ClockFlags.RootBeginPending);