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