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);
1475
return
GetFlag
(ClockFlags.CompletedEventRaised);
1487
return
GetFlag
(ClockFlags.CurrentGlobalSpeedInvalidatedEventRaised);
1499
return
GetFlag
(ClockFlags.CurrentStateInvalidatedEventRaised);
1511
return
GetFlag
(ClockFlags.CurrentTimeInvalidatedEventRaised);
1523
return
GetFlag
(ClockFlags.HasDesiredFrameRate);
1535
return
GetFlag
(ClockFlags.HasResolvedDuration);
1547
return
GetFlag
(ClockFlags.IsBackwardsProgressingGlobal);
1559
return
GetFlag
(ClockFlags.IsInEventQueue);
1576
return
GetFlag
(ClockFlags.IsInteractivelyPaused);
1588
return
GetFlag
(ClockFlags.IsInteractivelyStopped);
1600
return
GetFlag
(ClockFlags.IsRoot);
1612
return
GetFlag
(ClockFlags.IsTimeManager);
1629
return
GetFlag
(ClockFlags.NeedsPostfixTraversal);
1641
return
GetFlag
(ClockFlags.NeedsTicksWhenActive);
1654
return
GetFlag
(ClockFlags.PauseStateChangedDuringTick);
1666
return
GetFlag
(ClockFlags.PendingInteractivePause);
1678
return
GetFlag
(ClockFlags.PendingInteractiveRemove);
1690
return
GetFlag
(ClockFlags.PendingInteractiveResume);
1702
return
GetFlag
(ClockFlags.PendingInteractiveStop);
1714
return
GetFlag
(ClockFlags.RemoveRequestedEventRaised);
1726
return
GetFlag
(ClockFlags.HasDiscontinuousTimeMovementOccured);
1738
return
GetFlag
(ClockFlags.HasDescendantsWithUnresolvedDuration);
1750
return
GetFlag
(ClockFlags.HasSeekOccuredAfterLastTick);
3875
return
GetFlag
(ClockFlags.RootBeginPending);