11 references to Forever
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
2568
Debug.Assert(repeatBehavior == RepeatBehavior.
Forever
); // Only other valid enum value
Core\CSharp\System\Windows\Media\Animation\RepeatBehaviorConverter.cs (2)
82
return RepeatBehavior.
Forever
;
132
if (repeatBehavior == RepeatBehavior.
Forever
)
PresentationFramework (2)
src\Framework\System\Windows\Controls\ProgressBar.cs (1)
258
animation.RepeatBehavior = RepeatBehavior.
Forever
;
src\Framework\System\windows\Documents\CaretElement.cs (1)
918
blinkAnimation.RepeatBehavior = RepeatBehavior.
Forever
;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
144
daukf.RepeatBehavior = RepeatBehavior.
Forever
;
250
daukf.RepeatBehavior = RepeatBehavior.
Forever
;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
98
animation.RepeatBehavior = RepeatBehavior.
Forever
;
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
126
animation.RepeatBehavior = RepeatBehavior.
Forever
;
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
126
animation.RepeatBehavior = RepeatBehavior.
Forever
;
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
126
animation.RepeatBehavior = RepeatBehavior.
Forever
;