2 writes to _nextBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
78newBlock._nextBlock = this._nextBlock; 88this._nextBlock = newBlock;
6 references to _nextBlock
PresentationFramework (6)
System\Windows\Documents\ChildDocumentBlock.cs (6)
78newBlock._nextBlock = this._nextBlock; 82if (this._nextBlock != null) 84this._nextBlock._previousBlock = newBlock; 162return (this._previousBlock != null && this._nextBlock != null); 182return (this._nextBlock == null); 201return _nextBlock;