3 instantiations of DiscreteObjectKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
832return new DiscreteObjectKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3547bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DiscreteObjectKeyFrame(); };
System\Windows\Markup\KnownTypes.cs (1)
1221case KnownElements.DiscreteObjectKeyFrame: o = new System.Windows.Media.Animation.DiscreteObjectKeyFrame(); break;
3 references to DiscreteObjectKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
247case 151: t = () => typeof(DiscreteObjectKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3545typeof(System.Windows.Media.Animation.DiscreteObjectKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5705case KnownElements.DiscreteObjectKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteObjectKeyFrame); break;