1 write to _pages
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
838_pages = new PageContentCollection(this);
5 references to _pages
PresentationFramework (5)
System\Windows\Documents\FixedDocument.cs (5)
152_pages.Add(fp); 156DocumentsTrace.FixedFormat.FixedDocument.Trace($"Page {_pages.Count} Deferred"); 574return _pages; 1016DocumentsTrace.FixedFormat.FixedDocument.Trace($"Loaded Page {_pages.Count}"); 1018_pages.Add(_partialPage);