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