7 references to DiscreteDoubleKeyFrame
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
919
blinkAnimation.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(1, KeyTime.FromPercent(0.0)));
920
blinkAnimation.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(0, KeyTime.FromPercent(0.5)));
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
142
daukf.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(1.0, TimeSpan.FromSeconds(0.75)));
247
daukf.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(1.0, TimeSpan.FromSeconds(to1 + 0.25)));
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
133
animation.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(x, KeyTime.Uniform));
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
133
animation.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(x, KeyTime.Uniform));
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
133
animation.KeyFrames.Add(new
DiscreteDoubleKeyFrame
(x, KeyTime.Uniform));