2 writes to _flowStart
PresentationFramework (2)
System\Windows\Documents\FixedPageStructure.cs (2)
45
_flowStart
= new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex);
211
_flowStart
= flowStart;
4 references to _flowStart
PresentationFramework (4)
System\Windows\Documents\FixedPageStructure.cs (4)
46
_flowEnd =
_flowStart
;
736
return (
_flowStart
!= null &&
_flowStart
.Type != FlowNodeType.Virtual);
747
return
_flowStart
;