1 write to _flowEnd
PresentationFramework (1)
System\Windows\Documents\FixedFlowMap.cs (1)
337
_flowEnd
= new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.Boundary, null);
3 references to _flowEnd
PresentationFramework (3)
System\Windows\Documents\FixedFlowMap.cs (3)
300
return
_flowEnd
;
344
_flowOrder.Add(
_flowEnd
);
345
_flowEnd
.SetFp(1);