3 writes to _asyncCreate
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1462popup._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)
351bool currentVisible = (popup._secHelper.IsWindowAlive() && (popup._asyncDestroy == null)) || (popup._asyncCreate != null); 1718if (_asyncCreate != null) 1720_asyncCreate.Abort();