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