1 write to _pages
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
827_pages = new PageContentCollection(this);
5 references to _pages
PresentationFramework (5)
System\Windows\Documents\FixedDocument.cs (5)
141_pages.Add(fp); 145DocumentsTrace.FixedFormat.FixedDocument.Trace($"Page {_pages.Count} Deferred"); 563return _pages; 1005DocumentsTrace.FixedFormat.FixedDocument.Trace($"Loaded Page {_pages.Count}"); 1007_pages.Add(_partialPage);