10 references to CreateDynamicTextPointer
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (1)
1248
return pos.
CreateDynamicTextPointer
(logicalDirection);
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
1013
ITextPointer dynamicTextPointer = textPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward);
1037
DocumentSequenceTextPointer parentChangePosition = textPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward) as DocumentSequenceTextPointer;
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
1174
this.FixedContainer.GetMultiHighlights((FixedTextPointer)highlightRangeStart.
CreateDynamicTextPointer
(LogicalDirection.Forward),
1175
(FixedTextPointer)highlightTransitionPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward),
src\Framework\System\Windows\Documents\Highlights.cs (2)
373
ranges.Add(new TextSegment(highlightRangeStart.
CreateDynamicTextPointer
(LogicalDirection.Forward), highlightTransitionPosition.
CreateDynamicTextPointer
(LogicalDirection.Forward)));
src\Framework\System\Windows\Documents\Speller.cs (2)
174
position = endPosition.
CreateDynamicTextPointer
(direction);
1417
closestErrorPosition = nextErrorTransition.
CreateDynamicTextPointer
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (1)
754
return GetRunEndPosition(index).
CreateDynamicTextPointer
(LogicalDirection.Forward);