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)
342
bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup.
_asyncDestroy
== null)) || (popup._asyncCreate != null);
377
if (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();
1737
if (
_asyncDestroy
!= null)
1739
_asyncDestroy
.Stop();
1746
if (
_asyncDestroy
!= null)