2 writes to _nextBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
74newBlock._nextBlock = this._nextBlock; 84this._nextBlock = newBlock;
6 references to _nextBlock
PresentationFramework (6)
System\Windows\Documents\ChildDocumentBlock.cs (6)
74newBlock._nextBlock = this._nextBlock; 78if (this._nextBlock != null) 80this._nextBlock._previousBlock = newBlock; 158return (this._previousBlock != null && this._nextBlock != null); 178return (this._nextBlock == null); 197return _nextBlock;