12 references to _NodeLength
PresentationFramework (12)
System\Windows\Documents\FlowPosition.cs (12)
186
return flow.
_NodeLength
- flow._offset;
203
int runLength = flow.
_NodeLength
;
403
if (_offset ==
_NodeLength
)
432
flow._offset = flow.
_NodeLength
;
555
if (_offset ==
_NodeLength
|| flowNode.Type == FlowNodeType.Boundary)
564
scanned =
_NodeLength
;
568
scanned =
_NodeLength
- _offset;
571
_offset =
_NodeLength
;
593
scanned =
_NodeLength
;
617
if (_offset ==
_NodeLength
)
732
if (this._flowNode.Fp == flow._flowNode.Fp - 1 && this._offset ==
_NodeLength
&& flow._offset == 0)
741
if (flow._flowNode.Fp == this._flowNode.Fp - 1 && flow._offset == flow.
_NodeLength
&& this._offset == 0)