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