78 references to Duration
PresentationCore (26)
System\Windows\Duration.cs (3)
62return new Duration(timeSpan); 76return new Duration(t1._timeSpan + t2._timeSpan); 104return new Duration(t1._timeSpan - t2._timeSpan);
System\Windows\DurationConverter.cs (1)
89return new Duration(duration);
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
441return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
441return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
441return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
441return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
441return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
474return new Duration(LargestTimeSpanKeyTime);
System\Windows\Media\MediaPlayerState.cs (1)
418return new Duration(TimeSpan.FromTicks(mediaLength));
PresentationFramework (6)
System\Windows\Controls\ProgressBar.cs (1)
257animation.Duration = new Duration(translateTime + pauseTime);
System\windows\Documents\CaretElement.cs (1)
908Duration blinkDuration = new Duration(TimeSpan.FromMilliseconds(blinkInterval * 2));
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
473return new Duration(LargestTimeSpanKeyTime);
System\Windows\VisualStateManager.cs (2)
378dynamic.Duration = new Duration(TimeSpan.Zero); 786private static readonly Duration DurationZero = new Duration(TimeSpan.Zero);
System\Windows\VisualTransition.cs (1)
91private Duration _generatedDuration = new Duration(new TimeSpan());
PresentationFramework.Aero (20)
Microsoft\Windows\Themes\BulletChrome.cs (6)
127Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 178Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 271Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 347Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 440Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 501Duration duration = new Duration(TimeSpan.FromSeconds(0.3));
Microsoft\Windows\Themes\ButtonChrome.cs (6)
123Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 154Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 214Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 251Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 303Duration duration = new Duration(TimeSpan.FromSeconds(0.1)); 336Duration duration = new Duration(TimeSpan.FromSeconds(0.1));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
144Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 156Duration duration = new Duration(TimeSpan.FromSeconds(0.2));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
92animation.Duration = new Duration(translateTime + pauseTime);
Microsoft\Windows\Themes\ScrollChrome.cs (5)
113Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 150Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 225Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 248Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 325Duration duration = new Duration(TimeSpan.FromSeconds(0.3));
PresentationFramework.Aero2 (20)
Microsoft\Windows\Themes\BulletChrome.cs (6)
127Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 178Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 271Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 347Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 440Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 501Duration duration = new Duration(TimeSpan.FromSeconds(0.3));
Microsoft\Windows\Themes\ButtonChrome.cs (6)
123Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 154Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 214Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 251Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 303Duration duration = new Duration(TimeSpan.FromSeconds(0.1)); 336Duration duration = new Duration(TimeSpan.FromSeconds(0.1));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
144Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 156Duration duration = new Duration(TimeSpan.FromSeconds(0.2));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
92animation.Duration = new Duration(translateTime + pauseTime);
Microsoft\Windows\Themes\ScrollChrome.cs (5)
113Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 150Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 225Duration duration = new Duration(TimeSpan.FromSeconds(0.2)); 248Duration duration = new Duration(TimeSpan.FromSeconds(0.3)); 325Duration duration = new Duration(TimeSpan.FromSeconds(0.3));
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110animation.Duration = new Duration(TimeSpan.FromMilliseconds(milliseconds)); // Repeat every 3 seconds
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110animation.Duration = new Duration(TimeSpan.FromMilliseconds(milliseconds)); // Repeat every 3 seconds
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110animation.Duration = new Duration(TimeSpan.FromMilliseconds(milliseconds)); // Repeat every 3 seconds
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
110animation.Duration = new Duration(TimeSpan.FromMilliseconds(milliseconds)); // Repeat every 3 seconds
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1323opacityAnimation = new DoubleAnimation(1, new Duration(twoTenthsOfASeconds)); 1328opacityAnimation = new DoubleAnimation(0, new Duration(fourTenthsOfASeconds));