3 writes to _asyncDestroy
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1684_asyncDestroy = new DispatcherTimer(DispatcherPriority.Input); 1688_asyncDestroy = null; 1740_asyncDestroy = null;
9 references to _asyncDestroy
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
342bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup._asyncCreate != null); 377if (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) 1685_asyncDestroy.Tick += delegate(object sender, EventArgs args) 1687_asyncDestroy.Stop(); 1694_asyncDestroy.Interval = animating ? AnimationDelayTime : TimeSpan.Zero; 1695_asyncDestroy.Start(); 1737if (_asyncDestroy != null) 1739_asyncDestroy.Stop(); 1746if (_asyncDestroy != null)