10 references to IsPropertyAnimatable
PresentationCore (9)
System\Windows\Generated\ContentElement.cs (2)
69
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
134
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
System\Windows\Generated\UIElement.cs (2)
69
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
134
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
System\Windows\Media\Animation\AnimationStorage.cs (1)
777
Debug.Assert(
IsPropertyAnimatable
(d, dp));
System\Windows\Media\Animation\Generated\Animatable.cs (2)
68
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
133
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
System\Windows\Media3D\Generated\Visual3D.cs (2)
68
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
133
if (!AnimationStorage.
IsPropertyAnimatable
(this, dp))
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
758
if(!AnimationStorage.
IsPropertyAnimatable
(intermediateDO, intermediateDP) )