24 references to DocumentSequenceTextPointer
PresentationFramework (24)
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
412
return new
DocumentSequenceTextPointer
(childBlock, (ITextPointer)cp);
1190
return new
DocumentSequenceTextPointer
(childBlock, childPosition);
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (9)
393
return new
DocumentSequenceTextPointer
(cdb, tp);
543
_start = new
DocumentSequenceTextPointer
(_doclistHead.NextBlock, _doclistHead.NextBlock.ChildContainer.Start);
544
_end = new
DocumentSequenceTextPointer
(_doclistTail.PreviousBlock, _doclistTail.PreviousBlock.ChildContainer.End);
548
_start = new
DocumentSequenceTextPointer
(_doclistHead, _doclistHead.ChildContainer.Start);
549
_end = new
DocumentSequenceTextPointer
(_doclistTail, _doclistTail.ChildContainer.End);
637
new
DocumentSequenceTextPointer
(insertAfter, insertAfter.End);
640
_end = new
DocumentSequenceTextPointer
(newBlock, newBlock.ChildContainer.End);
645
_start = new
DocumentSequenceTextPointer
(newBlock, newBlock.ChildContainer.Start);
783
tsScan = new
DocumentSequenceTextPointer
(cdbScan, cdbScan.ChildContainer.Start);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
803
DocumentSequenceTextPointer newTp = new
DocumentSequenceTextPointer
(thisTp.ChildBlock, thisTp.ChildPointer.CreatePointer(gravity));
925
return new
DocumentSequenceTextPointer
(block, pointer);
1022
DocumentSequenceTextPointer tpScan = new
DocumentSequenceTextPointer
(tp1.ChildBlock, tp1.ChildPointer);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (4)
95
tp = new
DocumentSequenceTextPointer
(ChildBlock, childOTP);
236
newTp = new
DocumentSequenceTextPointer
(ChildBlock, childOTP);
391
tpStart = new
DocumentSequenceTextPointer
(ChildBlock, childTR.Start);
392
tpEnd = new
DocumentSequenceTextPointer
(ChildBlock, childTR.End);
src\Framework\System\Windows\Documents\FixedFindEngine.cs (6)
157
end = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Backward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageEndFlowPosition(translatedPageNumber)));
158
start = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Forward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageStartFlowPosition(translatedPageNumber)));
162
start = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Forward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageStartFlowPosition(translatedPageNumber)));
163
end = new
DocumentSequenceTextPointer
(childBlock, new FixedTextPointer(false, LogicalDirection.Backward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageEndFlowPosition(translatedPageNumber)));
310
firstSearchPageStart = new
DocumentSequenceTextPointer
(endAsDSTP.ChildBlock,
330
firstSearchPageEnd = new
DocumentSequenceTextPointer
( startAsDSTP.ChildBlock,