9 references to IsPropertyAnimatable
PresentationCore (9)
System\Windows\Generated\ContentElement.cs (2)
71if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 136if (!AnimationStorage.IsPropertyAnimatable(this, dp))
System\Windows\Generated\UIElement.cs (2)
71if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 136if (!AnimationStorage.IsPropertyAnimatable(this, dp))
System\Windows\Media\Animation\AnimationStorage.cs (1)
784Debug.Assert(IsPropertyAnimatable(d, dp));
System\Windows\Media\Animation\Generated\Animatable.cs (2)
64if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 129if (!AnimationStorage.IsPropertyAnimatable(this, dp))
System\Windows\Media3D\Generated\Visual3D.cs (2)
66if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 131if (!AnimationStorage.IsPropertyAnimatable(this, dp))