2 writes to _nextBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
81
newBlock.
_nextBlock
= this._nextBlock;
91
this.
_nextBlock
= newBlock;
5 references to _nextBlock
PresentationFramework (5)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (5)
81
newBlock._nextBlock = this.
_nextBlock
;
85
if (this.
_nextBlock
!= null)
87
this.
_nextBlock
._previousBlock = newBlock;
185
return (this.
_nextBlock
== null);
204
return
_nextBlock
;