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