1 write to _fixedDocumentSequence
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
1097
_fixedDocumentSequence
= documentSequence;
3 references to _fixedDocumentSequence
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
1188
ChildDocumentBlock childBlock = new ChildDocumentBlock(
_fixedDocumentSequence
.TextContainer,
1200
foreach (DocumentReference docRef in
_fixedDocumentSequence
.References)
1219
get { return this.
_fixedDocumentSequence
; }