10 references to IsAnimationValid
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (2)
85&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 154&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Generated\UIElement.cs (2)
85&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 154&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media\Animation\AnimationStorage.cs (2)
784Debug.Assert(animation == null || IsAnimationValid(dp, animation)); 1059return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
System\Windows\Media\Animation\Generated\Animatable.cs (2)
91&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 160&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media3D\Generated\Visual3D.cs (2)
91&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 160&& !AnimationStorage.IsAnimationValid(dp, animation))