6 references to LinearDoubleKeyFrame
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
141daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.FromSeconds(0.5))); 143daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.FromSeconds(2.0))); 246daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.FromSeconds(to1))); 248daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.FromSeconds(to1 + 1.5))); 249daukf.KeyFrames.Add(new LinearDoubleKeyFrame(currentOpacity, TimeSpan.FromSeconds(2)));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
99animation.KeyFrames.Add(new LinearDoubleKeyFrame(twiceWidth, translateTime));