24 references to DocumentSequenceTextPointer
PresentationFramework (24)
System\Windows\Documents\DocumentSequence.cs (2)
369
return new
DocumentSequenceTextPointer
(childBlock, (ITextPointer)cp);
1144
return new
DocumentSequenceTextPointer
(childBlock, childPosition);
System\Windows\Documents\DocumentSequenceTextContainer.cs (9)
368
return new
DocumentSequenceTextPointer
(cdb, tp);
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);
612
new
DocumentSequenceTextPointer
(insertAfter, insertAfter.End);
615
_end = new
DocumentSequenceTextPointer
(newBlock, newBlock.ChildContainer.End);
620
_start = new
DocumentSequenceTextPointer
(newBlock, newBlock.ChildContainer.Start);
757
tsScan = new
DocumentSequenceTextPointer
(cdbScan, cdbScan.ChildContainer.Start);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
780
DocumentSequenceTextPointer newTp = new
DocumentSequenceTextPointer
(thisTp.ChildBlock, thisTp.ChildPointer.CreatePointer(gravity));
898
return new
DocumentSequenceTextPointer
(block, pointer);
995
DocumentSequenceTextPointer tpScan = new
DocumentSequenceTextPointer
(tp1.ChildBlock, tp1.ChildPointer);
System\Windows\Documents\DocumentSequenceTextView.cs (4)
80
tp = new
DocumentSequenceTextPointer
(ChildBlock, childOTP);
221
newTp = new
DocumentSequenceTextPointer
(ChildBlock, childOTP);
367
tpStart = new
DocumentSequenceTextPointer
(ChildBlock, childTR.Start);
368
tpEnd = new
DocumentSequenceTextPointer
(ChildBlock, childTR.End);
System\Windows\Documents\FixedFindEngine.cs (6)
147
end = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Backward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageEndFlowPosition(translatedPageNumber)));
148
start = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Forward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageStartFlowPosition(translatedPageNumber)));
152
start = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Forward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageStartFlowPosition(translatedPageNumber)));
153
end = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Backward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageEndFlowPosition(translatedPageNumber)));
299
firstSearchPageStart = new
DocumentSequenceTextPointer
(endAsDSTP.ChildBlock,
319
firstSearchPageEnd = new
DocumentSequenceTextPointer
( startAsDSTP.ChildBlock,