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)
181FixedPageStructure pageStructure = new FixedPageStructure(_pageStructures.Count); 185_pageStructures.Add(pageStructure); 203FixedPageStructure pageStructure = _pageStructures[pageIndex]; 306FixedPageStructure ps = _pageStructures[currentNode.Page]; 347return _pageStructures[pageIndex].FindSnapToLine(pt); 354return _pageStructures[pageIndex].FirstLine; 388FlowNode fn = _pageStructures[pageIndex].FlowStart; 400FlowNode fn = _pageStructures[pageIndex].FlowEnd;