1 write to _asyncOps
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
658_asyncOps = new Dictionary<Object,GetPageAsyncRequest>();
6 references to _asyncOps
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (6)
299_asyncOps[userState] = asyncRequest; 343if (_asyncOps.ContainsKey(userState)) 345GetPageAsyncRequest asyncRequest = _asyncOps[userState]; 856_asyncOps.Remove(asyncRequest.UserState); 894IEnumerator<KeyValuePair<Object, GetPageAsyncRequest>> ienum = _asyncOps.GetEnumerator(); 915_asyncOps.Remove(userState);