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
;
743
return (
_flowStart
!= null &&
_flowStart
.Type != FlowNodeType.Virtual);
754
return
_flowStart
;