1 write to _asyncOps
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
867_asyncOps = new Dictionary<Object, GetPageAsyncRequest>();
4 references to _asyncOps
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedDocument.cs (4)
407_asyncOps[userState] = asyncRequest; 456if (_asyncOps.TryGetValue(userState,out asyncRequest)) 1265IEnumerator<KeyValuePair<Object, GetPageAsyncRequest>> ienum = _asyncOps.GetEnumerator(); 1298_asyncOps.Remove(userState);