6 writes to _animationType
PresentationCore (6)
System\Windows\Media\Animation\Generated\RectAnimation.cs (6)
356
_animationType
= AnimationType.Automatic;
363
_animationType
= AnimationType.FromTo;
370
_animationType
= AnimationType.FromBy;
377
_animationType
= AnimationType.From;
384
_animationType
= AnimationType.To;
390
_animationType
= AnimationType.By;
1 reference to _animationType
PresentationCore (1)
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
232
switch(
_animationType
)