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