1 write to _pageStructures
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
744
_pageStructures
= new List<FixedPageStructure>();
9 references to _pageStructures
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
159
DocumentsTrace.FixedTextOM.Builder.Trace($"AppendVirtualPage {
_pageStructures
.Count}");
161
FixedPageStructure pageStructure = new FixedPageStructure(
_pageStructures
.Count);
165
_pageStructures
.Add(pageStructure);
182
FixedPageStructure pageStructure =
_pageStructures
[pageIndex];
284
FixedPageStructure ps =
_pageStructures
[currentNode.Page];
325
return
_pageStructures
[pageIndex].FindSnapToLine(pt);
332
return
_pageStructures
[pageIndex].FirstLine;
366
FlowNode fn =
_pageStructures
[pageIndex].FlowStart;
378
FlowNode fn =
_pageStructures
[pageIndex].FlowEnd;