3 references to Stop
PresentationCore (1)
System\Windows\Media\Animation\FillBehavior.cs (1)
55
private const int c_maxFillBehavior = (int)FillBehavior.
Stop
;
PresentationFramework (2)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
326
DoubleAnimation xAnim = new DoubleAnimation(animateFromRight ? width : -width, 0.0, duration, FillBehavior.
Stop
);
331
DoubleAnimation yAnim = new DoubleAnimation(animateFromBottom ? height : -height, 0.0, duration, FillBehavior.
Stop
);