26 references to Forever
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (1)
2551Debug.Assert(repeatBehavior == RepeatBehavior.Forever); // Only other valid enum value
System\Windows\Media\Animation\RepeatBehavior.cs (1)
63/// Private constructor, serves for creation of <see cref="RepeatBehavior.Forever"/> only.
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (2)
78return RepeatBehavior.Forever; 123if (repeatBehavior == RepeatBehavior.Forever)
PresentationCore.Tests (10)
System\Windows\Media\Animation\RepeatBehavior.Tests.cs (10)
106RepeatBehavior behavior = RepeatBehavior.Forever; 115RepeatBehavior behavior = RepeatBehavior.Forever; 124RepeatBehavior behavior1 = RepeatBehavior.Forever; 125RepeatBehavior behavior2 = RepeatBehavior.Forever; 175yield return new object[] { RepeatBehavior.Forever, RepeatBehavior.Forever, true }; 178yield return new object[] { RepeatBehavior.Forever, new RepeatBehavior(TimeSpan.FromSeconds(1112)), false }; 179yield return new object[] { RepeatBehavior.Forever, new RepeatBehavior(1112), false }; 182yield return new object[] { RepeatBehavior.Forever, new RepeatBehavior(TimeSpan.Zero), false }; 183yield return new object[] { RepeatBehavior.Forever, new RepeatBehavior(0.0), false };
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (1)
251RepeatBehavior = RepeatBehavior.Forever
System\windows\Documents\CaretElement.cs (1)
907RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
129daukf.RepeatBehavior = RepeatBehavior.Forever; 239daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
92RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
129daukf.RepeatBehavior = RepeatBehavior.Forever; 239daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
92RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110RepeatBehavior = RepeatBehavior.Forever
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110RepeatBehavior = RepeatBehavior.Forever