14 writes to RepeatBehavior
PresentationCore (2)
System\Windows\Media\Animation\Timeline.cs (1)
104RepeatBehavior = repeatBehavior;
System\Windows\Media\MediaTimeline.cs (1)
101RepeatBehavior = repeatBehavior;
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (1)
258animation.RepeatBehavior = RepeatBehavior.Forever;
System\windows\Documents\CaretElement.cs (1)
914blinkAnimation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
138daukf.RepeatBehavior = RepeatBehavior.Forever; 244daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
93animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
138daukf.RepeatBehavior = RepeatBehavior.Forever; 244daukf.RepeatBehavior = RepeatBehavior.Forever;
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
93animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
111animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
111animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
111animation.RepeatBehavior = RepeatBehavior.Forever;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
111animation.RepeatBehavior = RepeatBehavior.Forever;
3 references to RepeatBehavior
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
1962RepeatBehavior repeatBehavior = _timeline.RepeatBehavior; 2494RepeatBehavior repeatBehavior = _timeline.RepeatBehavior;
System\Windows\Media\Animation\ClockGroup.cs (1)
128(_timeline.RepeatBehavior.HasDuration) ||