12 references to CreateDynamicTextPointer
PresentationFramework (12)
MS\Internal\PtsHost\TextParaClient.cs (1)
1093
return pos.
CreateDynamicTextPointer
(logicalDirection);
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
687
TextPointerBase.GetTextWithLimit(highlightRangeStart.
CreateDynamicTextPointer
(LogicalDirection.Forward), LogicalDirection.Forward, sb, 0, 256, highlightTransitionPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward));
987
ITextPointer dynamicTextPointer = textPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward);
1011
DocumentSequenceTextPointer parentChangePosition = textPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward) as DocumentSequenceTextPointer;
System\Windows\Documents\FixedDocument.cs (2)
1127
this.FixedContainer.GetMultiHighlights((FixedTextPointer)highlightRangeStart.
CreateDynamicTextPointer
(LogicalDirection.Forward),
1128
(FixedTextPointer)highlightTransitionPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward),
System\Windows\Documents\Highlights.cs (2)
365
ranges.Add(new TextSegment(highlightRangeStart.
CreateDynamicTextPointer
(LogicalDirection.Forward), highlightTransitionPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward)));
System\Windows\Documents\Speller.cs (2)
164
position = endPosition.
CreateDynamicTextPointer
(direction);
1329
closestErrorPosition = nextErrorTransition.
CreateDynamicTextPointer
(LogicalDirection.Forward);
System\Windows\Documents\SpellerStatusTable.cs (1)
750
return GetRunEndPosition(index).
CreateDynamicTextPointer
(LogicalDirection.Forward);