1 write to _asyncOps
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
654_asyncOps = new Dictionary<Object,GetPageAsyncRequest>();
6 references to _asyncOps
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (6)
298_asyncOps[userState] = asyncRequest; 342if (_asyncOps.ContainsKey(userState)) 344GetPageAsyncRequest asyncRequest = _asyncOps[userState]; 852_asyncOps.Remove(asyncRequest.UserState); 890IEnumerator<KeyValuePair<Object, GetPageAsyncRequest>> ienum = _asyncOps.GetEnumerator(); 911_asyncOps.Remove(userState);