10 writes to RepeatBehavior
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
106RepeatBehavior = repeatBehavior;
Core\CSharp\System\Windows\Media\MediaTimeline.cs (1)
102RepeatBehavior = repeatBehavior;
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;
3 references to RepeatBehavior
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1965RepeatBehavior repeatBehavior = _timeline.RepeatBehavior; 2497RepeatBehavior repeatBehavior = _timeline.RepeatBehavior;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
130(_timeline.RepeatBehavior.HasDuration) ||