2 writes to _previousBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
79
newBlock.
_previousBlock
= this;
84
this._nextBlock.
_previousBlock
= newBlock;
3 references to _previousBlock
PresentationFramework (3)
System\Windows\Documents\ChildDocumentBlock.cs (3)
162
return (this.
_previousBlock
!= null && this._nextBlock != null);
172
return (this.
_previousBlock
== null);
192
return
_previousBlock
;