3 references to LinearInt32KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
450return new LinearInt32KeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6869DefaultConstructor = delegate () { return new System.Windows.Media.Animation.LinearInt32KeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1368case KnownElements.LinearInt32KeyFrame: o = new System.Windows.Media.Animation.LinearInt32KeyFrame(); break;