27 references to GetFlag
PresentationCore (27)
System\Windows\Media\Animation\Clock.cs (27)
138
return
GetFlag
(ClockFlags.CanGrow);
146
return
GetFlag
(ClockFlags.CanSlip);
283
return
GetFlag
(ClockFlags.HasControllableRoot);
1472
return
GetFlag
(ClockFlags.CompletedEventRaised);
1484
return
GetFlag
(ClockFlags.CurrentGlobalSpeedInvalidatedEventRaised);
1496
return
GetFlag
(ClockFlags.CurrentStateInvalidatedEventRaised);
1508
return
GetFlag
(ClockFlags.CurrentTimeInvalidatedEventRaised);
1520
return
GetFlag
(ClockFlags.HasDesiredFrameRate);
1532
return
GetFlag
(ClockFlags.HasResolvedDuration);
1544
return
GetFlag
(ClockFlags.IsBackwardsProgressingGlobal);
1556
return
GetFlag
(ClockFlags.IsInEventQueue);
1573
return
GetFlag
(ClockFlags.IsInteractivelyPaused);
1585
return
GetFlag
(ClockFlags.IsInteractivelyStopped);
1597
return
GetFlag
(ClockFlags.IsRoot);
1609
return
GetFlag
(ClockFlags.IsTimeManager);
1626
return
GetFlag
(ClockFlags.NeedsPostfixTraversal);
1638
return
GetFlag
(ClockFlags.NeedsTicksWhenActive);
1651
return
GetFlag
(ClockFlags.PauseStateChangedDuringTick);
1663
return
GetFlag
(ClockFlags.PendingInteractivePause);
1675
return
GetFlag
(ClockFlags.PendingInteractiveRemove);
1687
return
GetFlag
(ClockFlags.PendingInteractiveResume);
1699
return
GetFlag
(ClockFlags.PendingInteractiveStop);
1711
return
GetFlag
(ClockFlags.RemoveRequestedEventRaised);
1723
return
GetFlag
(ClockFlags.HasDiscontinuousTimeMovementOccured);
1735
return
GetFlag
(ClockFlags.HasDescendantsWithUnresolvedDuration);
1747
return
GetFlag
(ClockFlags.HasSeekOccuredAfterLastTick);
3869
return
GetFlag
(ClockFlags.RootBeginPending);