12 references to _NodeLength
PresentationFramework (12)
System\Windows\Documents\FlowPosition.cs (12)
187
return flow.
_NodeLength
- flow._offset;
204
int runLength = flow.
_NodeLength
;
404
if (_offset ==
_NodeLength
)
433
flow._offset = flow.
_NodeLength
;
556
if (_offset ==
_NodeLength
|| flowNode.Type == FlowNodeType.Boundary)
565
scanned =
_NodeLength
;
569
scanned =
_NodeLength
- _offset;
572
_offset =
_NodeLength
;
594
scanned =
_NodeLength
;
618
if (_offset ==
_NodeLength
)
733
if (this._flowNode.Fp == flow._flowNode.Fp - 1 && this._offset ==
_NodeLength
&& flow._offset == 0)
742
if (flow._flowNode.Fp == this._flowNode.Fp - 1 && flow._offset == flow.
_NodeLength
&& this._offset == 0)