2 writes to IsAnimated
WindowsBase (2)
Base\System\Windows\EffectiveValueEntry.cs (2)
73
IsAnimated
= true;
132
IsAnimated
= false;
14 references to IsAnimated
WindowsBase (14)
Base\System\Windows\DependencyObject.cs (10)
364
if (!entry.
IsAnimated
)
372
if (!entry.
IsAnimated
&& !entry.IsCoerced)
1359
(!newEntry.
IsAnimated
&&
1360
(oldEntry.
IsAnimated
||
1413
if (oldEntry.
IsAnimated
)
1515
(newEntry.IsCoerced || newEntry.
IsAnimated
))
1682
!newEntry.
IsAnimated
, "Coerced or Animated value cannot be a deferred reference");
2000
if (oldEntry.
IsAnimated
)
2116
isAnimated = entry.
IsAnimated
;
3265
newEntry.IsCoerced || newEntry.
IsAnimated
) &&
Base\System\Windows\EffectiveValueEntry.cs (4)
128
if (
IsAnimated
)
381
else if (
IsAnimated
&& ((requests & RequestFlags.AnimationBaseValue) == 0))
395
else if (
IsAnimated
)
463
if (
IsAnimated
)