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