2 writes to _previousBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
75newBlock._previousBlock = this; 78this._nextBlock?._previousBlock = newBlock;
2 references to _previousBlock
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
165return (this._previousBlock == null); 185return _previousBlock;