3 writes to _asyncCreate
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1462
popup.
_asyncCreate
= null;
1500
_asyncCreate
= Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(AsyncCreateWindow), this);
1721
_asyncCreate
= null;
3 references to _asyncCreate
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
351
bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup.
_asyncCreate
!= null);
1718
if (
_asyncCreate
!= null)
1720
_asyncCreate
.Abort();