1 write to _pageStructures
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
743
_pageStructures
= new List<FixedPageStructure>();
9 references to _pageStructures
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
158
DocumentsTrace.FixedTextOM.Builder.Trace($"AppendVirtualPage {
_pageStructures
.Count}");
160
FixedPageStructure pageStructure = new FixedPageStructure(
_pageStructures
.Count);
164
_pageStructures
.Add(pageStructure);
181
FixedPageStructure pageStructure =
_pageStructures
[pageIndex];
283
FixedPageStructure ps =
_pageStructures
[currentNode.Page];
324
return
_pageStructures
[pageIndex].FindSnapToLine(pt);
331
return
_pageStructures
[pageIndex].FirstLine;
365
FlowNode fn =
_pageStructures
[pageIndex].FlowStart;
377
FlowNode fn =
_pageStructures
[pageIndex].FlowEnd;