10 references to IsAnimationValid
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (2)
76&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 141&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Generated\UIElement.cs (2)
76&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 141&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media\Animation\AnimationStorage.cs (2)
777Debug.Assert(animation == null || IsAnimationValid(dp, animation)); 1052return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
System\Windows\Media\Animation\Generated\Animatable.cs (2)
75&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 140&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media3D\Generated\Visual3D.cs (2)
75&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 140&& !AnimationStorage.IsAnimationValid(dp, animation))