5 references to FlowStart
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (2)
465for (int i = FlowStart.Fp; i <= FlowEnd.Fp; i++) 829if (this.FlowStart == flowNode)
System\Windows\Documents\FixedTextBuilder.cs (3)
174_fixedFlowMap.FlowOrderInsertBefore(_fixedFlowMap.FlowEndEdge, pageStructure.FlowStart); 372FlowNode fn = _pageStructures[pageIndex].FlowStart; 1560_mapping.MappingReplace(_pageStructure.FlowStart, _flowNodes);