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