10 references to IsAnimationValid
PresentationCore (10)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
90
&& !AnimationStorage.
IsAnimationValid
(dp, clock.Timeline))
162
&& !AnimationStorage.
IsAnimationValid
(dp, animation))
Core\CSharp\System\Windows\Generated\UIElement.cs (2)
90
&& !AnimationStorage.
IsAnimationValid
(dp, clock.Timeline))
162
&& !AnimationStorage.
IsAnimationValid
(dp, animation))
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
785
Debug.Assert(animation == null ||
IsAnimationValid
(dp, animation));
1066
return
IsAnimationValid
(dp, (AnimationTimeline)animation.Timeline);
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (2)
97
&& !AnimationStorage.
IsAnimationValid
(dp, clock.Timeline))
169
&& !AnimationStorage.
IsAnimationValid
(dp, animation))
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (2)
97
&& !AnimationStorage.
IsAnimationValid
(dp, clock.Timeline))
169
&& !AnimationStorage.
IsAnimationValid
(dp, animation))