1 write to _flowStart
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
351
_flowStart
= new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.Boundary, null);
3 references to _flowStart
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (3)
305
return
_flowStart
;
357
_flowOrder.Add(
_flowStart
);
358
_flowStart
.SetFp(0);