3 writes to _asyncDestroy
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1680_asyncDestroy = new DispatcherTimer(DispatcherPriority.Input); 1684_asyncDestroy = null; 1731_asyncDestroy = null;
8 references to _asyncDestroy
PresentationFramework (8)
System\Windows\Controls\Primitives\Popup.cs (8)
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(); 1730_asyncDestroy?.Stop(); 1736if (_asyncDestroy != null)