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