1 write to _pageStructures
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
770
_pageStructures
= new List<FixedPageStructure>();
8 references to _pageStructures
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (8)
181
FixedPageStructure pageStructure = new FixedPageStructure(
_pageStructures
.Count);
185
_pageStructures
.Add(pageStructure);
203
FixedPageStructure pageStructure =
_pageStructures
[pageIndex];
306
FixedPageStructure ps =
_pageStructures
[currentNode.Page];
347
return
_pageStructures
[pageIndex].FindSnapToLine(pt);
354
return
_pageStructures
[pageIndex].FirstLine;
388
FlowNode fn =
_pageStructures
[pageIndex].FlowStart;
400
FlowNode fn =
_pageStructures
[pageIndex].FlowEnd;