15 instantiations of LinearDoubleKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
295
return new
LinearDoubleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6826
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
LinearDoubleKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1366
case KnownElements.LinearDoubleKeyFrame: o = new System.Windows.Media.Animation.
LinearDoubleKeyFrame
(); break;
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));
3 references to LinearDoubleKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
451
case 357: t = () => typeof(
LinearDoubleKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6823
typeof(System.Windows.Media.Animation.
LinearDoubleKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5905
case KnownElements.LinearDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.
LinearDoubleKeyFrame
); break;