10 references to IsAnimationValid
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (2)
77&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 142&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Generated\UIElement.cs (2)
77&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 142&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media\Animation\AnimationStorage.cs (2)
783Debug.Assert(animation == null || IsAnimationValid(dp, animation)); 1058return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
System\Windows\Media\Animation\Generated\Animatable.cs (2)
70&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 135&& !AnimationStorage.IsAnimationValid(dp, animation))
System\Windows\Media3D\Generated\Visual3D.cs (2)
72&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 137&& !AnimationStorage.IsAnimationValid(dp, animation))