3 writes to _asyncDestroy
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1674_asyncDestroy = new DispatcherTimer(DispatcherPriority.Input); 1678_asyncDestroy = null; 1730_asyncDestroy = null;
9 references to _asyncDestroy
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (9)
351bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup._asyncCreate != null); 386if (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) 1675_asyncDestroy.Tick += delegate(object sender, EventArgs args) 1677_asyncDestroy.Stop(); 1684_asyncDestroy.Interval = animating ? AnimationDelayTime : TimeSpan.Zero; 1685_asyncDestroy.Start(); 1727if (_asyncDestroy != null) 1729_asyncDestroy.Stop(); 1736if (_asyncDestroy != null)