1 write to _previousBlock
PresentationFramework (1)
System\Windows\Documents\ChildDocumentBlock.cs (1)
75newBlock._previousBlock = this;
4 references to _previousBlock
PresentationFramework (4)
System\Windows\Documents\ChildDocumentBlock.cs (4)
78this._nextBlock?._previousBlock = newBlock; 155return (this._previousBlock != null && this._nextBlock != null); 165return (this._previousBlock == null); 185return _previousBlock;