2 writes to _nextBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
81newBlock._nextBlock = this._nextBlock; 91this._nextBlock = newBlock;
5 references to _nextBlock
PresentationFramework (5)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (5)
81newBlock._nextBlock = this._nextBlock; 85if (this._nextBlock != null) 87this._nextBlock._previousBlock = newBlock; 185return (this._nextBlock == null); 204return _nextBlock;