2 writes to _nextBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
75newBlock._nextBlock = this._nextBlock; 85this._nextBlock = newBlock;
6 references to _nextBlock
PresentationFramework (6)
System\Windows\Documents\ChildDocumentBlock.cs (6)
75newBlock._nextBlock = this._nextBlock; 79if (this._nextBlock != null) 81this._nextBlock._previousBlock = newBlock; 159return (this._previousBlock != null && this._nextBlock != null); 179return (this._nextBlock == null); 198return _nextBlock;