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)
353
bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup.
_asyncDestroy
== null)) || (popup._asyncCreate != null);
388
if (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();
1728
if (
_asyncDestroy
!= null)
1730
_asyncDestroy
.Stop();
1737
if (
_asyncDestroy
!= null)