27 references to GetFlag
PresentationCore (27)
System\Windows\Media\Animation\Clock.cs (27)
152
return
GetFlag
(ClockFlags.CanGrow);
160
return
GetFlag
(ClockFlags.CanSlip);
297
return
GetFlag
(ClockFlags.HasControllableRoot);
1489
return
GetFlag
(ClockFlags.CompletedEventRaised);
1501
return
GetFlag
(ClockFlags.CurrentGlobalSpeedInvalidatedEventRaised);
1513
return
GetFlag
(ClockFlags.CurrentStateInvalidatedEventRaised);
1525
return
GetFlag
(ClockFlags.CurrentTimeInvalidatedEventRaised);
1537
return
GetFlag
(ClockFlags.HasDesiredFrameRate);
1549
return
GetFlag
(ClockFlags.HasResolvedDuration);
1561
return
GetFlag
(ClockFlags.IsBackwardsProgressingGlobal);
1573
return
GetFlag
(ClockFlags.IsInEventQueue);
1590
return
GetFlag
(ClockFlags.IsInteractivelyPaused);
1602
return
GetFlag
(ClockFlags.IsInteractivelyStopped);
1614
return
GetFlag
(ClockFlags.IsRoot);
1626
return
GetFlag
(ClockFlags.IsTimeManager);
1643
return
GetFlag
(ClockFlags.NeedsPostfixTraversal);
1655
return
GetFlag
(ClockFlags.NeedsTicksWhenActive);
1668
return
GetFlag
(ClockFlags.PauseStateChangedDuringTick);
1680
return
GetFlag
(ClockFlags.PendingInteractivePause);
1692
return
GetFlag
(ClockFlags.PendingInteractiveRemove);
1704
return
GetFlag
(ClockFlags.PendingInteractiveResume);
1716
return
GetFlag
(ClockFlags.PendingInteractiveStop);
1728
return
GetFlag
(ClockFlags.RemoveRequestedEventRaised);
1740
return
GetFlag
(ClockFlags.HasDiscontinuousTimeMovementOccured);
1752
return
GetFlag
(ClockFlags.HasDescendantsWithUnresolvedDuration);
1764
return
GetFlag
(ClockFlags.HasSeekOccuredAfterLastTick);
3896
return
GetFlag
(ClockFlags.RootBeginPending);