3 writes to ChildBlock
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
476
this.
ChildBlock
= tp.ChildBlock;
1004
tpScan.
ChildBlock
= nextBlock;
1089
thisTp.
ChildBlock
= cdb;
26 references to ChildBlock
PresentationFramework (26)
System\Windows\Documents\DocumentSequence.cs (1)
319
childPaginator = GetPaginator(dsTextPointer.
ChildBlock
.DocRef);
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
731
cdbScan = tsScan.
ChildBlock
;
742
if (tsEnd.
ChildBlock
!= cdbScan)
System\Windows\Documents\DocumentSequenceTextPointer.cs (15)
476
this.ChildBlock = tp.
ChildBlock
;
781
DocumentSequenceTextPointer newTp = new DocumentSequenceTextPointer(thisTp.
ChildBlock
, thisTp.ChildPointer.CreatePointer(gravity));
844
return $"{(thisTp is not null ? "DSTP" : "DSTN")} Id={thisTp.DebugId} B={thisTp.
ChildBlock
.DebugId} G={thisTp.ChildPointer.LogicalDirection}";
872
ChildDocumentBlock block = thisTp.
ChildBlock
;
939
ChildDocumentBlock thisBlock = thisTp.
ChildBlock
;
940
ChildDocumentBlock tpBlock = tp.
ChildBlock
;
945
Debug.Assert(thisTp.
ChildBlock
.ChildContainer == tp.
ChildBlock
.ChildContainer);
970
ChildDocumentBlock block = tp1.
ChildBlock
.NextBlock;
972
while (block != tp2.
ChildBlock
)
996
DocumentSequenceTextPointer tpScan = new DocumentSequenceTextPointer(tp1.
ChildBlock
, tp1.ChildPointer);
997
while (tpScan.
ChildBlock
!= tp2.
ChildBlock
)
1003
ChildDocumentBlock nextBlock = tpScan.
ChildBlock
.NextBlock;
1021
ChildDocumentBlock cdb = thisTp.
ChildBlock
;
System\Windows\Documents\DocumentSequenceTextView.cs (4)
134
if (ChildTextView.TextContainer == tp.
ChildBlock
.ChildContainer)
217
if (ChildTextView.TextContainer == tp.
ChildBlock
.ChildContainer)
363
if (ChildTextView.TextContainer == tpLine.
ChildBlock
.ChildContainer)
437
if (ChildTextView.TextContainer == tp.
ChildBlock
.ChildContainer)
System\Windows\Documents\FixedFindEngine.cs (4)
299
FlowPosition pageStartFlowPosition = ((FixedTextContainer)(endAsDSTP.
ChildBlock
.ChildContainer)).FixedTextBuilder.GetPageStartFlowPosition(pageNumber);
300
firstSearchPageStart = new DocumentSequenceTextPointer(endAsDSTP.
ChildBlock
,
319
FlowPosition pageEndFlowPosition = ((FixedTextContainer)startAsDSTP.
ChildBlock
.ChildContainer).FixedTextBuilder.GetPageEndFlowPosition(pageNumber);
320
firstSearchPageEnd = new DocumentSequenceTextPointer( startAsDSTP.
ChildBlock
,