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