4 references to AnimationDelayTime
PresentationFramework (4)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
587_forceCloseTimer.Interval = Popup.AnimationDelayTime;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1684_asyncDestroy.Interval = animating ? AnimationDelayTime : TimeSpan.Zero; 1703_popupRoot.Value.SetupFadeAnimation(AnimationDelayTime, visible); 1709_popupRoot.Value.SetupTranslateAnimations(animation, AnimationDelayTime, AnimateFromRight, AnimateFromBottom);