9 writes to _offset
PresentationFramework (9)
src\Framework\System\Windows\Documents\FlowPosition.cs (9)
49_offset = offset; 333_offset = startOffset; 357_offset = flow._offset; 423flow._offset = 0; 444flow._offset = flow._NodeLength; 583_offset = _NodeLength; 588_offset -= back; 612_offset = 0; 617_offset += back;
31 references to _offset
PresentationFramework (31)
src\Framework\System\Windows\Documents\FlowPosition.cs (31)
66return new FlowPosition(_container, _flowNode, _offset); 95return _flowNode.GetHashCode()^_offset.GetHashCode(); 143return flow._offset - _offset; 170distance += (flowEnd._offset - flowScan._offset); 198return flow._NodeLength - flow._offset; 202return flow._offset; 219remainingLength = runLength - flow._offset; 223remainingLength = flow._offset; 236Array.Copy(text.ToCharArray(flow._offset, maxLength), 0, chars, startIndex, maxLength); 240Array.Copy(text.ToCharArray(flow._offset - maxLength, maxLength), 0, chars, startIndex, maxLength); 324int startOffset = _offset; 357_offset = flow._offset; 375offsetStart = fp._offset; 388offsetStart = flowScan._offset; 401offsetEnd = flowScan._offset; 415if (_offset == _NodeLength) 436if (_offset == 0) 567if (_offset == _NodeLength || flowNode.Type == FlowNodeType.Boundary) 580scanned = _NodeLength - _offset; 594if (_offset == 0 || flowNode.Type == FlowNodeType.Boundary) 609scanned = _offset; 629if (_offset == _NodeLength) 644if (_offset == 0) 744if (this._flowNode.Fp == flow._flowNode.Fp - 1 && this._offset == _NodeLength && flow._offset == 0) 753if (flow._flowNode.Fp == this._flowNode.Fp - 1 && flow._offset == flow._NodeLength && this._offset == 0) 762comp = this._offset.CompareTo(flow._offset);