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)
768
if (!
_pendingPages
.Contains(Pages[pageNumber]))
1240
if (!
_pendingPages
.Contains(pc))
1242
_pendingPages
.Add(pc);
1261
_pendingPages
.Remove(pc);