2 references to IsAnimated
WindowsBase (2)
Base\System\Windows\EffectiveValueEntry.cs (2)
292
get { return ReadPrivateFlag(FullValueSource.
IsAnimated
); }
293
private set { WritePrivateFlag(FullValueSource.
IsAnimated
, value); }