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