2 writes to _flowStart
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedPageStructure.cs (2)
49_flowStart = new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex); 215_flowStart = flowStart;
4 references to _flowStart
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedPageStructure.cs (4)
50_flowEnd = _flowStart; 743return (_flowStart != null && _flowStart.Type != FlowNodeType.Virtual); 754return _flowStart;