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