1 write to _flowEnd
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
352
_flowEnd
= new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.Boundary, null);
3 references to _flowEnd
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (3)
315
return
_flowEnd
;
359
_flowOrder.Add(
_flowEnd
);
360
_flowEnd
.SetFp(1);