3 references to DoubleAnimation
PresentationFramework (3)
System\Windows\Controls\Primitives\PopupRoot.cs (3)
296
DoubleAnimation anim = new
DoubleAnimation
(visible ? 0.0 : 1.0, visible ? 1.0 : 0.0, duration, FillBehavior.HoldEnd);
329
DoubleAnimation xAnim = new
DoubleAnimation
(animateFromRight ? width : -width, 0.0, duration, FillBehavior.Stop);
334
DoubleAnimation yAnim = new
DoubleAnimation
(animateFromBottom ? height : -height, 0.0, duration, FillBehavior.Stop);