5 instantiations of BooleanKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
474_keyFrames = new BooleanKeyFrameCollection();
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
54BooleanKeyFrameCollection emptyCollection = new BooleanKeyFrameCollection 86return new BooleanKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2271DefaultConstructor = delegate () { return new System.Windows.Media.Animation.BooleanKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1142case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.BooleanKeyFrameCollection(); break;
24 references to BooleanKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (6)
25private BooleanKeyFrameCollection _keyFrames; 172_keyFrames = (BooleanKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 176_keyFrames = (BooleanKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 444KeyFrames = (BooleanKeyFrameCollection)value; 451public BooleanKeyFrameCollection KeyFrames 468_keyFrames = BooleanKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (13)
26private static BooleanKeyFrameCollection s_emptyCollection; 48public static BooleanKeyFrameCollection Empty 54BooleanKeyFrameCollection emptyCollection = new BooleanKeyFrameCollection 75public new BooleanKeyFrameCollection Clone() 77return (BooleanKeyFrameCollection)base.Clone(); 94BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection) sourceFreezable; 115BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection) sourceFreezable; 136BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection) sourceFreezable; 157BooleanKeyFrameCollection sourceCollection = (BooleanKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
142case 48: t = () => typeof(BooleanKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4348typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection), // type 4353SetDelegate = 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)
2268typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5596case KnownElements.BooleanKeyFrameCollection: t = typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection); break;