12 references to _NodeLength
PresentationFramework (12)
src\Framework\System\Windows\Documents\FlowPosition.cs (12)
198
return flow.
_NodeLength
- flow._offset;
215
int runLength = flow.
_NodeLength
;
415
if (_offset ==
_NodeLength
)
444
flow._offset = flow.
_NodeLength
;
567
if (_offset ==
_NodeLength
|| flowNode.Type == FlowNodeType.Boundary)
576
scanned =
_NodeLength
;
580
scanned =
_NodeLength
- _offset;
583
_offset =
_NodeLength
;
605
scanned =
_NodeLength
;
629
if (_offset ==
_NodeLength
)
744
if (this._flowNode.Fp == flow._flowNode.Fp - 1 && this._offset ==
_NodeLength
&& flow._offset == 0)
753
if (flow._flowNode.Fp == this._flowNode.Fp - 1 && flow._offset == flow.
_NodeLength
&& this._offset == 0)