12 references to CreateDynamicTextPointer
PresentationFramework (12)
MS\Internal\PtsHost\TextParaClient.cs (1)
1100return pos.CreateDynamicTextPointer(logicalDirection);
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
705TextPointerBase.GetTextWithLimit(highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), LogicalDirection.Forward, sb, 0, 256, highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward)); 1005ITextPointer dynamicTextPointer = textPosition.CreateDynamicTextPointer(LogicalDirection.Forward); 1029DocumentSequenceTextPointer parentChangePosition = textPosition.CreateDynamicTextPointer(LogicalDirection.Forward) as DocumentSequenceTextPointer;
System\Windows\Documents\FixedDocument.cs (2)
1137this.FixedContainer.GetMultiHighlights((FixedTextPointer)highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), 1138(FixedTextPointer)highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward),
System\Windows\Documents\Highlights.cs (2)
367ranges.Add(new TextSegment(highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward)));
System\Windows\Documents\Speller.cs (2)
168position = endPosition.CreateDynamicTextPointer(direction); 1352closestErrorPosition = nextErrorTransition.CreateDynamicTextPointer(LogicalDirection.Forward);
System\Windows\Documents\SpellerStatusTable.cs (1)
753return GetRunEndPosition(index).CreateDynamicTextPointer(LogicalDirection.Forward);