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