3 writes to _asyncDestroy
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1675_asyncDestroy = new DispatcherTimer(DispatcherPriority.Input); 1679_asyncDestroy = null; 1731_asyncDestroy = null;
9 references to _asyncDestroy
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
353bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup._asyncCreate != null); 388if (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) 1676_asyncDestroy.Tick += delegate(object sender, EventArgs args) 1678_asyncDestroy.Stop(); 1685_asyncDestroy.Interval = animating ? AnimationDelayTime : TimeSpan.Zero; 1686_asyncDestroy.Start(); 1728if (_asyncDestroy != null) 1730_asyncDestroy.Stop(); 1737if (_asyncDestroy != null)