3 references to FlowEnd
PresentationFramework (3)
System\Windows\Documents\FixedPageStructure.cs (2)
465for (int i = FlowStart.Fp; i <= FlowEnd.Fp; i++) 842}while (startIdx < flowCount && this.FlowEnd != flowNode);
System\Windows\Documents\FixedTextBuilder.cs (1)
384FlowNode fn = _pageStructures[pageIndex].FlowEnd;