1 write to _pages
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
826_pages = new PageContentCollection(this);
5 references to _pages
PresentationFramework (5)
System\Windows\Documents\FixedDocument.cs (5)
140_pages.Add(fp); 144DocumentsTrace.FixedFormat.FixedDocument.Trace($"Page {_pages.Count} Deferred"); 562return _pages; 1006DocumentsTrace.FixedFormat.FixedDocument.Trace($"Loaded Page {_pages.Count}"); 1008_pages.Add(_partialPage);