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