2 writes to _nextBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
74newBlock._nextBlock = this._nextBlock; 81this._nextBlock = newBlock;
4 references to _nextBlock
PresentationFramework (4)
System\Windows\Documents\ChildDocumentBlock.cs (4)
74newBlock._nextBlock = this._nextBlock; 78this._nextBlock?._previousBlock = newBlock; 175return (this._nextBlock == null); 194return _nextBlock;