9 references to IsPropertyAnimatable
PresentationCore (9)
System\Windows\Generated\ContentElement.cs (2)
77if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 146if (!AnimationStorage.IsPropertyAnimatable(this, dp))
System\Windows\Generated\UIElement.cs (2)
77if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 146if (!AnimationStorage.IsPropertyAnimatable(this, dp))
System\Windows\Media\Animation\AnimationStorage.cs (1)
785Debug.Assert(IsPropertyAnimatable(d, dp));
System\Windows\Media\Animation\Generated\Animatable.cs (2)
83if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 152if (!AnimationStorage.IsPropertyAnimatable(this, dp))
System\Windows\Media3D\Generated\Visual3D.cs (2)
83if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 152if (!AnimationStorage.IsPropertyAnimatable(this, dp))