6 instantiations of RepeatBehavior
PresentationCore (4)
System\Windows\Media\Animation\RepeatBehavior.cs (1)
81RepeatBehavior forever = new RepeatBehavior();
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (2)
87return new RepeatBehavior(doubleValue); 96return new RepeatBehavior(timeSpanValue);
System\Windows\Media\Animation\Timeline.cs (1)
531new RepeatBehavior(1.0),
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8357bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.RepeatBehavior(); };
System\Windows\Markup\KnownTypes.cs (1)
1500case KnownElements.RepeatBehavior: o = new System.Windows.Media.Animation.RepeatBehavior(); break;
44 references to RepeatBehavior
PresentationCore (29)
System\Windows\Media\Animation\Clock.cs (3)
1949RepeatBehavior repeatBehavior = _timeline.RepeatBehavior; 2481RepeatBehavior repeatBehavior = _timeline.RepeatBehavior; 2552Debug.Assert(repeatBehavior == RepeatBehavior.Forever); // Only other valid enum value
System\Windows\Media\Animation\ParallelTimeline.cs (1)
66public ParallelTimeline(TimeSpan? beginTime, Duration duration, RepeatBehavior repeatBehavior)
System\Windows\Media\Animation\RepeatBehavior.cs (11)
77public static RepeatBehavior Forever 81RepeatBehavior forever = new RepeatBehavior(); 165if (value is RepeatBehavior) 167return this.Equals((RepeatBehavior)value); 180public bool Equals(RepeatBehavior repeatBehavior) 216public static bool Equals(RepeatBehavior repeatBehavior1, RepeatBehavior repeatBehavior2) 326public static bool operator ==(RepeatBehavior repeatBehavior1, RepeatBehavior repeatBehavior2) 337public static bool operator !=(RepeatBehavior repeatBehavior1, RepeatBehavior repeatBehavior2)
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (8)
78return RepeatBehavior.Forever; 114if ( value is RepeatBehavior 117RepeatBehavior repeatBehavior = (RepeatBehavior)value; 123if (repeatBehavior == RepeatBehavior.Forever) 125mi = typeof(RepeatBehavior).GetProperty("Forever"); 131mi = typeof(RepeatBehavior).GetConstructor(new Type[] { typeof(double) }); 137mi = typeof(RepeatBehavior).GetConstructor(new Type[] { typeof(TimeSpan) });
System\Windows\Media\Animation\Timeline.cs (4)
89protected Timeline(Nullable<TimeSpan> beginTime, Duration duration, RepeatBehavior repeatBehavior) 528typeof(RepeatBehavior), 541public RepeatBehavior RepeatBehavior 545return (RepeatBehavior)GetValue(RepeatBehaviorProperty);
System\Windows\Media\Animation\TimelineGroup.cs (1)
64protected TimelineGroup(Nullable<TimeSpan> beginTime, Duration duration, RepeatBehavior repeatBehavior)
System\Windows\Media\MediaTimeline.cs (1)
81public MediaTimeline(Nullable<TimeSpan> beginTime, Duration duration, RepeatBehavior repeatBehavior)
PresentationFramework (5)
System\Windows\Controls\ProgressBar.cs (1)
251animation.RepeatBehavior = RepeatBehavior.Forever;
System\windows\Documents\CaretElement.cs (1)
911blinkAnimation.RepeatBehavior = RepeatBehavior.Forever;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
614case 520: t = () => typeof(RepeatBehavior); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8355typeof(System.Windows.Media.Animation.RepeatBehavior),
System\Windows\Markup\KnownTypes.cs (1)
6074case KnownElements.RepeatBehavior: t = typeof(System.Windows.Media.Animation.RepeatBehavior); break;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
129daukf.RepeatBehavior = RepeatBehavior.Forever; 235daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
91animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
129daukf.RepeatBehavior = RepeatBehavior.Forever; 235daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
91animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
109animation.RepeatBehavior = RepeatBehavior.Forever;