2 writes to _flowStart
PresentationFramework (2)
System\Windows\Documents\FixedPageStructure.cs (2)
39_flowStart = new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex); 205_flowStart = flowStart;
4 references to _flowStart
PresentationFramework (4)
System\Windows\Documents\FixedPageStructure.cs (4)
40_flowEnd = _flowStart; 730return (_flowStart != null && _flowStart.Type != FlowNodeType.Virtual); 741return _flowStart;