3 writes to _asyncDestroy
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1680_asyncDestroy = new DispatcherTimer(DispatcherPriority.Input); 1684_asyncDestroy = null; 1736_asyncDestroy = null;
9 references to _asyncDestroy
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
341bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup._asyncCreate != null); 376if (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) 1681_asyncDestroy.Tick += delegate(object sender, EventArgs args) 1683_asyncDestroy.Stop(); 1690_asyncDestroy.Interval = animating ? AnimationDelayTime : TimeSpan.Zero; 1691_asyncDestroy.Start(); 1733if (_asyncDestroy != null) 1735_asyncDestroy.Stop(); 1742if (_asyncDestroy != null)