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