29 references to ChildContainer
PresentationFramework (29)
System\Windows\Documents\ChildDocumentBlock.cs (3)
126
Debug.Assert(
ChildContainer
.Highlights.GetLayer(typeof(TextSelection)) == null);
127
ChildContainer
.Highlights.AddLayer(_highlightLayer);
148
return
ChildContainer
.End;
System\Windows\Documents\DocumentSequenceTextContainer.cs (12)
366
if (cdb.
ChildContainer
== tp.TextContainer)
518
_start = new DocumentSequenceTextPointer(_doclistHead.NextBlock, _doclistHead.NextBlock.
ChildContainer
.Start);
519
_end = new DocumentSequenceTextPointer(_doclistTail.PreviousBlock, _doclistTail.PreviousBlock.
ChildContainer
.End);
523
_start = new DocumentSequenceTextPointer(_doclistHead, _doclistHead.
ChildContainer
.Start);
524
_end = new DocumentSequenceTextPointer(_doclistTail, _doclistTail.
ChildContainer
.End);
615
_end = new DocumentSequenceTextPointer(newBlock, newBlock.
ChildContainer
.End);
620
_start = new DocumentSequenceTextPointer(newBlock, newBlock.
ChildContainer
.Start);
625
ITextContainer container = newBlock.
ChildContainer
;
732
if (lastBlock != null && cdbScan != lastBlock && !(lastBlock.
ChildContainer
is NullTextContainer) && rangeArray.Count != 0)
750
if (!(cdbScan.
ChildContainer
is NullTextContainer) && rangeArray.Count != 0)
757
tsScan = new DocumentSequenceTextPointer(cdbScan, cdbScan.
ChildContainer
.Start);
777
if (rangeArray.Count > 0 && (!(cdbScan == null || cdbScan.
ChildContainer
is NullTextContainer)))
System\Windows\Documents\DocumentSequenceTextPointer.cs (8)
881
pointer = block.
ChildContainer
.Start;
893
pointer = block.
ChildContainer
.End;
944
Debug.Assert(thisTp.ChildBlock.
ChildContainer
== tp.ChildBlock.
ChildContainer
);
973
if (block.
ChildContainer
.Start.GetPointerContext(LogicalDirection.Forward) != TextPointerContext.None)
1004
tpScan.ChildPointer = nextBlock.
ChildContainer
.Start;
1071
cdb.
ChildContainer
.Start.CreatePointer(childTn.LogicalDirection)
1072
: cdb.
ChildContainer
.End.CreatePointer(childTn.LogicalDirection)
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 (2)
298
FlowPosition pageStartFlowPosition = ((FixedTextContainer)(endAsDSTP.ChildBlock.
ChildContainer
)).FixedTextBuilder.GetPageStartFlowPosition(pageNumber);
318
FlowPosition pageEndFlowPosition = ((FixedTextContainer)startAsDSTP.ChildBlock.
ChildContainer
).FixedTextBuilder.GetPageEndFlowPosition(pageNumber);