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