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