3 instantiations of DiscreteObjectKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
824return new DiscreteObjectKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3791DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DiscreteObjectKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1214case KnownElements.DiscreteObjectKeyFrame: o = new System.Windows.Media.Animation.DiscreteObjectKeyFrame(); break;
3 references to DiscreteObjectKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
244case 151: t = () => typeof(DiscreteObjectKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3788typeof(System.Windows.Media.Animation.DiscreteObjectKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5698case KnownElements.DiscreteObjectKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteObjectKeyFrame); break;