3 references to Stop
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\FillBehavior.cs (1)
56
private const int c_maxFillBehavior = (int)FillBehavior.
Stop
;
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
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
);