3 writes to ChildBlock
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
475
this.
ChildBlock
= tp.ChildBlock;
1003
tpScan.
ChildBlock
= nextBlock;
1088
thisTp.
ChildBlock
= cdb;
26 references to ChildBlock
PresentationFramework (26)
System\Windows\Documents\DocumentSequence.cs (1)
318
childPaginator = GetPaginator(dsTextPointer.
ChildBlock
.DocRef);
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
730
cdbScan = tsScan.
ChildBlock
;
741
if (tsEnd.
ChildBlock
!= cdbScan)
System\Windows\Documents\DocumentSequenceTextPointer.cs (15)
475
this.ChildBlock = tp.
ChildBlock
;
780
DocumentSequenceTextPointer newTp = new DocumentSequenceTextPointer(thisTp.
ChildBlock
, thisTp.ChildPointer.CreatePointer(gravity));
843
return $"{(thisTp is not null ? "DSTP" : "DSTN")} Id={thisTp.DebugId} B={thisTp.
ChildBlock
.DebugId} G={thisTp.ChildPointer.LogicalDirection}";
871
ChildDocumentBlock block = thisTp.
ChildBlock
;
938
ChildDocumentBlock thisBlock = thisTp.
ChildBlock
;
939
ChildDocumentBlock tpBlock = tp.
ChildBlock
;
944
Debug.Assert(thisTp.
ChildBlock
.ChildContainer == tp.
ChildBlock
.ChildContainer);
969
ChildDocumentBlock block = tp1.
ChildBlock
.NextBlock;
971
while (block != tp2.
ChildBlock
)
995
DocumentSequenceTextPointer tpScan = new DocumentSequenceTextPointer(tp1.
ChildBlock
, tp1.ChildPointer);
996
while (tpScan.
ChildBlock
!= tp2.
ChildBlock
)
1002
ChildDocumentBlock nextBlock = tpScan.
ChildBlock
.NextBlock;
1020
ChildDocumentBlock cdb = thisTp.
ChildBlock
;
System\Windows\Documents\DocumentSequenceTextView.cs (4)
133
if (ChildTextView.TextContainer == tp.
ChildBlock
.ChildContainer)
216
if (ChildTextView.TextContainer == tp.
ChildBlock
.ChildContainer)
362
if (ChildTextView.TextContainer == tpLine.
ChildBlock
.ChildContainer)
436
if (ChildTextView.TextContainer == tp.
ChildBlock
.ChildContainer)
System\Windows\Documents\FixedFindEngine.cs (4)
298
FlowPosition pageStartFlowPosition = ((FixedTextContainer)(endAsDSTP.
ChildBlock
.ChildContainer)).FixedTextBuilder.GetPageStartFlowPosition(pageNumber);
299
firstSearchPageStart = new DocumentSequenceTextPointer(endAsDSTP.
ChildBlock
,
318
FlowPosition pageEndFlowPosition = ((FixedTextContainer)startAsDSTP.
ChildBlock
.ChildContainer).FixedTextBuilder.GetPageEndFlowPosition(pageNumber);
319
firstSearchPageEnd = new DocumentSequenceTextPointer( startAsDSTP.
ChildBlock
,