9 references to IsPropertyAnimatable
PresentationCore (9)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
82if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 154if (!AnimationStorage.IsPropertyAnimatable(this, dp))
Core\CSharp\System\Windows\Generated\UIElement.cs (2)
82if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 154if (!AnimationStorage.IsPropertyAnimatable(this, dp))
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
786Debug.Assert(IsPropertyAnimatable(d, dp));
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (2)
89if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 161if (!AnimationStorage.IsPropertyAnimatable(this, dp))
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (2)
89if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 161if (!AnimationStorage.IsPropertyAnimatable(this, dp))