10 references to DoubleAnimationUsingKeyFrames
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
120return new DoubleAnimationUsingKeyFrames();
PresentationFramework (3)
src\Framework\System\windows\Documents\CaretElement.cs (1)
916DoubleAnimationUsingKeyFrames blinkAnimation = new DoubleAnimationUsingKeyFrames();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3806bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1239case KnownElements.DoubleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); break;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
140DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 245DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames();
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
95DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();