2 writes to _previousBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
82
newBlock.
_previousBlock
= this;
87
this._nextBlock.
_previousBlock
= newBlock;
2 references to _previousBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
175
return (this.
_previousBlock
== null);
195
return
_previousBlock
;