12 references to CreateDynamicTextPointer
PresentationFramework (12)
MS\Internal\PtsHost\TextParaClient.cs (1)
1094return pos.CreateDynamicTextPointer(logicalDirection);
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
688TextPointerBase.GetTextWithLimit(highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), LogicalDirection.Forward, sb, 0, 256, highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward)); 988ITextPointer dynamicTextPointer = textPosition.CreateDynamicTextPointer(LogicalDirection.Forward); 1012DocumentSequenceTextPointer parentChangePosition = textPosition.CreateDynamicTextPointer(LogicalDirection.Forward) as DocumentSequenceTextPointer;
System\Windows\Documents\FixedDocument.cs (2)
1128this.FixedContainer.GetMultiHighlights((FixedTextPointer)highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), 1129(FixedTextPointer)highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward),
System\Windows\Documents\Highlights.cs (2)
366ranges.Add(new TextSegment(highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward)));
System\Windows\Documents\Speller.cs (2)
165position = endPosition.CreateDynamicTextPointer(direction); 1333closestErrorPosition = nextErrorTransition.CreateDynamicTextPointer(LogicalDirection.Forward);
System\Windows\Documents\SpellerStatusTable.cs (1)
751return GetRunEndPosition(index).CreateDynamicTextPointer(LogicalDirection.Forward);