10 references to IsAnimationValid
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (2)
81&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 150&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Generated\UIElement.cs (2)
81&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 150&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media\Animation\AnimationStorage.cs (2)
781Debug.Assert(animation == null || IsAnimationValid(dp, animation)); 1056return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
System\Windows\Media\Animation\Generated\Animatable.cs (2)
75&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 144&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media3D\Generated\Visual3D.cs (2)
77&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 146&& !AnimationStorage.IsAnimationValid(dp, animation))