3 writes to _asyncCreate
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1463
popup.
_asyncCreate
= null;
1495
_asyncCreate
= Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(AsyncCreateWindow), this);
1728
_asyncCreate
= null;
3 references to _asyncCreate
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
342
bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup.
_asyncCreate
!= null);
1725
if (
_asyncCreate
!= null)
1727
_asyncCreate
.Abort();