1 write to _asyncOps
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
671_asyncOps = new Dictionary<Object,GetPageAsyncRequest>();
6 references to _asyncOps
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (6)
310_asyncOps[userState] = asyncRequest; 356if (_asyncOps.ContainsKey(userState)) 358GetPageAsyncRequest asyncRequest = _asyncOps[userState]; 869_asyncOps.Remove(asyncRequest.UserState); 907IEnumerator<KeyValuePair<Object, GetPageAsyncRequest>> ienum = _asyncOps.GetEnumerator(); 928_asyncOps.Remove(userState);