2 writes to KeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
448
KeyFrames
= (BooleanKeyFrameCollection)value;
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4352
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames)target).
KeyFrames
= (System.Windows.Media.Animation.BooleanKeyFrameCollection)value; },
4 references to KeyFrames
PresentationCore (2)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (2)
223
KeyFrames
.Add(keyFrame);
444
return
KeyFrames
;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4353
GetDelegate = delegate (object target) { return ((System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames)target).
KeyFrames
; }
System\Windows\Markup\KnownTypes.cs (1)
2480
case KnownElements.BooleanAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames).
KeyFrames
;