5 instantiations of BooleanKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
478_keyFrames = new BooleanKeyFrameCollection();
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
53BooleanKeyFrameCollection emptyCollection = new BooleanKeyFrameCollection 85return new BooleanKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2270DefaultConstructor = delegate () { return new System.Windows.Media.Animation.BooleanKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1141case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.BooleanKeyFrameCollection(); break;
24 references to BooleanKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (6)
29private BooleanKeyFrameCollection _keyFrames; 176_keyFrames = (BooleanKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (BooleanKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 448KeyFrames = (BooleanKeyFrameCollection)value; 455public BooleanKeyFrameCollection KeyFrames 472_keyFrames = BooleanKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (13)
25private static BooleanKeyFrameCollection s_emptyCollection; 47public static BooleanKeyFrameCollection Empty 53BooleanKeyFrameCollection emptyCollection = new BooleanKeyFrameCollection 74public new BooleanKeyFrameCollection Clone() 76return (BooleanKeyFrameCollection)base.Clone(); 93BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection)sourceFreezable; 114BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection)sourceFreezable; 135BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection)sourceFreezable; 156BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection)sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
141case 48: t = () => typeof(BooleanKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4347typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection), // type 4352SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.BooleanKeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2267typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5595case KnownElements.BooleanKeyFrameCollection: t = typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection); break;