12 references to LinearDoubleKeyFrame
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
126
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(1.0, TimeSpan.FromSeconds(0.5)));
128
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(0.0, TimeSpan.FromSeconds(2.0)));
235
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(1.0, TimeSpan.FromSeconds(to1)));
237
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(0.0, TimeSpan.FromSeconds(to1 + 1.5)));
238
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(currentOpacity, TimeSpan.FromSeconds(2)));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
94
animation.KeyFrames.Add(new
LinearDoubleKeyFrame
(twiceWidth, translateTime));
PresentationFramework.Aero2 (6)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
126
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(1.0, TimeSpan.FromSeconds(0.5)));
128
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(0.0, TimeSpan.FromSeconds(2.0)));
235
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(1.0, TimeSpan.FromSeconds(to1)));
237
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(0.0, TimeSpan.FromSeconds(to1 + 1.5)));
238
daukf.KeyFrames.Add(new
LinearDoubleKeyFrame
(currentOpacity, TimeSpan.FromSeconds(2)));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
94
animation.KeyFrames.Add(new
LinearDoubleKeyFrame
(twiceWidth, translateTime));