1 write to _pendingPages
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
868_pendingPages = new List<PageContent>();
4 references to _pendingPages
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedDocument.cs (4)
768if (!_pendingPages.Contains(Pages[pageNumber])) 1240if (!_pendingPages.Contains(pc)) 1242_pendingPages.Add(pc); 1261_pendingPages.Remove(pc);