24 references to DocumentSequenceTextPointer
PresentationFramework (24)
System\Windows\Documents\DocumentSequence.cs (2)
386return new DocumentSequenceTextPointer(childBlock, (ITextPointer)cp); 1161return new DocumentSequenceTextPointer(childBlock, childPosition);
System\Windows\Documents\DocumentSequenceTextContainer.cs (9)
386return new DocumentSequenceTextPointer(cdb, tp); 536_start = new DocumentSequenceTextPointer(_doclistHead.NextBlock, _doclistHead.NextBlock.ChildContainer.Start); 537_end = new DocumentSequenceTextPointer(_doclistTail.PreviousBlock, _doclistTail.PreviousBlock.ChildContainer.End); 541_start = new DocumentSequenceTextPointer(_doclistHead, _doclistHead.ChildContainer.Start); 542_end = new DocumentSequenceTextPointer(_doclistTail, _doclistTail.ChildContainer.End); 630new DocumentSequenceTextPointer(insertAfter, insertAfter.End); 633_end = new DocumentSequenceTextPointer(newBlock, newBlock.ChildContainer.End); 638_start = new DocumentSequenceTextPointer(newBlock, newBlock.ChildContainer.Start); 775tsScan = new DocumentSequenceTextPointer(cdbScan, cdbScan.ChildContainer.Start);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
790DocumentSequenceTextPointer newTp = new DocumentSequenceTextPointer(thisTp.ChildBlock, thisTp.ChildPointer.CreatePointer(gravity)); 908return new DocumentSequenceTextPointer(block, pointer); 1005DocumentSequenceTextPointer tpScan = new DocumentSequenceTextPointer(tp1.ChildBlock, tp1.ChildPointer);
System\Windows\Documents\DocumentSequenceTextView.cs (4)
89tp = new DocumentSequenceTextPointer(ChildBlock, childOTP); 230newTp = new DocumentSequenceTextPointer(ChildBlock, childOTP); 376tpStart = new DocumentSequenceTextPointer(ChildBlock, childTR.Start); 377tpEnd = new DocumentSequenceTextPointer(ChildBlock, childTR.End);
System\Windows\Documents\FixedFindEngine.cs (6)
153end = new DocumentSequenceTextPointer(childBlock, new FixedTextPointer(false, LogicalDirection.Backward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageEndFlowPosition(translatedPageNumber))); 154start = new DocumentSequenceTextPointer(childBlock, new FixedTextPointer(false, LogicalDirection.Forward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageStartFlowPosition(translatedPageNumber))); 158start = new DocumentSequenceTextPointer(childBlock, new FixedTextPointer(false, LogicalDirection.Forward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageStartFlowPosition(translatedPageNumber))); 159end = new DocumentSequenceTextPointer(childBlock, new FixedTextPointer(false, LogicalDirection.Backward, fixedDoc.FixedContainer.FixedTextBuilder.GetPageEndFlowPosition(translatedPageNumber))); 305firstSearchPageStart = new DocumentSequenceTextPointer(endAsDSTP.ChildBlock, 325firstSearchPageEnd = new DocumentSequenceTextPointer( startAsDSTP.ChildBlock,