3 writes to _asyncDestroy
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1674
_asyncDestroy
= new DispatcherTimer(DispatcherPriority.Input);
1678
_asyncDestroy
= null;
1730
_asyncDestroy
= null;
9 references to _asyncDestroy
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (9)
351
bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup.
_asyncDestroy
== null)) || (popup._asyncCreate != null);
386
if (popup._secHelper.IsWindowAlive() && (popup.
_asyncDestroy
== null))
1675
_asyncDestroy
.Tick += delegate(object sender, EventArgs args)
1677
_asyncDestroy
.Stop();
1684
_asyncDestroy
.Interval = animating ? AnimationDelayTime : TimeSpan.Zero;
1685
_asyncDestroy
.Start();
1727
if (
_asyncDestroy
!= null)
1729
_asyncDestroy
.Stop();
1736
if (
_asyncDestroy
!= null)