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