3 writes to _asyncDestroy
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1681_asyncDestroy = new DispatcherTimer(DispatcherPriority.Input); 1685_asyncDestroy = null; 1737_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)) 1682_asyncDestroy.Tick += delegate(object sender, EventArgs args) 1684_asyncDestroy.Stop(); 1691_asyncDestroy.Interval = animating ? AnimationDelayTime : TimeSpan.Zero; 1692_asyncDestroy.Start(); 1734if (_asyncDestroy != null) 1736_asyncDestroy.Stop(); 1743if (_asyncDestroy != null)