9 instantiations of LinearDoubleKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
305return new LinearDoubleKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6231bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.LinearDoubleKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1373case KnownElements.LinearDoubleKeyFrame: o = new System.Windows.Media.Animation.LinearDoubleKeyFrame(); break;
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));
3 references to LinearDoubleKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
449case 357: t = () => typeof(LinearDoubleKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6229typeof(System.Windows.Media.Animation.LinearDoubleKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5901case KnownElements.LinearDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDoubleKeyFrame); break;