1 write to _pendingPages
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
698_pendingPages = new List<RequestedPage>();
3 references to _pendingPages
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
899if (!_pendingPages.Contains(asyncRequest.Page)) 902_pendingPages.Add(asyncRequest.Page); 918_pendingPages.Remove(completedRequest.Page);