3 instantiations of LinearInt32KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
449return new LinearInt32KeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6870DefaultConstructor = delegate () { return new System.Windows.Media.Animation.LinearInt32KeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1369case KnownElements.LinearInt32KeyFrame: o = new System.Windows.Media.Animation.LinearInt32KeyFrame(); break;
3 references to LinearInt32KeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
454case 360: t = () => typeof(LinearInt32KeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6867typeof(System.Windows.Media.Animation.LinearInt32KeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5908case KnownElements.LinearInt32KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt32KeyFrame); break;