16 references to Forever
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (1)
2547Debug.Assert(repeatBehavior == RepeatBehavior.Forever); // Only other valid enum value
System\Windows\Media\Animation\RepeatBehavior.cs (1)
62/// Private constructor, serves for creation of <see cref="RepeatBehavior.Forever"/> only.
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (2)
77return RepeatBehavior.Forever; 122if (repeatBehavior == RepeatBehavior.Forever)
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (1)
250RepeatBehavior = RepeatBehavior.Forever
System\windows\Documents\CaretElement.cs (1)
902RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
128daukf.RepeatBehavior = RepeatBehavior.Forever; 238daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
91RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
128daukf.RepeatBehavior = RepeatBehavior.Forever; 238daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
91RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.AeroLite (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Classic (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Luna (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Royale (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109RepeatBehavior = RepeatBehavior.Forever