1 write to _pageStructures
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
750
_pageStructures
= new List<FixedPageStructure>();
9 references to _pageStructures
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
165
DocumentsTrace.FixedTextOM.Builder.Trace($"AppendVirtualPage {
_pageStructures
.Count}");
167
FixedPageStructure pageStructure = new FixedPageStructure(
_pageStructures
.Count);
171
_pageStructures
.Add(pageStructure);
188
FixedPageStructure pageStructure =
_pageStructures
[pageIndex];
290
FixedPageStructure ps =
_pageStructures
[currentNode.Page];
331
return
_pageStructures
[pageIndex].FindSnapToLine(pt);
338
return
_pageStructures
[pageIndex].FirstLine;
372
FlowNode fn =
_pageStructures
[pageIndex].FlowStart;
384
FlowNode fn =
_pageStructures
[pageIndex].FlowEnd;