27 references to TextPointer
PresentationFramework (27)
MS\Internal\Documents\HostedElements.cs (2)
74
_currentPosition = new
TextPointer
(_textSegments[0].Start as TextPointer);
119
_currentPosition = new
TextPointer
(_textSegments[_currentTextSegment].Start as TextPointer);
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
325
TextPointer elementEnd = new
TextPointer
(((TextElement)child).ElementEnd);
931
elementPosition = new
TextPointer
((e as TextElement).ElementStart);
945
TextPointer searchPosition = new
TextPointer
(_structuralCache.TextContainer.Start as TextPointer);
958
elementPosition = new
TextPointer
(searchPosition);
System\Windows\Controls\AccessText.cs (2)
575
TextPointer navigator = new
TextPointer
(TextContainer.Start);
622
navigator = new
TextPointer
(TextContainer.Start);
System\Windows\Controls\TextBlock.cs (5)
402
position = snapToText ? new
TextPointer
((TextPointer)_complexContent.TextContainer.Start) : null;
1755
end = new
TextPointer
(((TextElement)child).ElementEnd);
1759
end = new
TextPointer
(start);
3640
position = new
TextPointer
((e as TextElement).ElementStart);
3646
position = new
TextPointer
((TextPointer)_complexContent.TextContainer.Start);
System\Windows\Documents\FlowDocument.cs (2)
958
TextPointer childStart = new
TextPointer
(_structuralCache.TextContainer.Start);
960
TextPointer childEnd = new
TextPointer
(childStart);
System\Windows\Documents\List.cs (1)
190
TextPointer textNav = new
TextPointer
(this.ContentStart);
System\Windows\Documents\RangeContentEnumerator.cs (1)
166
_navigator = new
TextPointer
(_start);
System\Windows\Documents\TextEffectResolver.cs (2)
45
TextPointer effectStart = new
TextPointer
(startPosition);
63
TextPointer continuousTextEnd = new
TextPointer
(effectStart);
System\Windows\Documents\TextElementEnumerator.cs (1)
125
_navigator = new
TextPointer
(_start);
System\Windows\Documents\TextPointer.cs (3)
313
return new
TextPointer
(this);
1211
TextPointer position = new
TextPointer
(this);
1609
TextPointer position = new
TextPointer
(this);
System\Windows\Documents\TextRangeEdit.cs (4)
63
splitPosition = new
TextPointer
(splitPosition);
528
position = new
TextPointer
(position);
1604
TextPointer previousPosition = new
TextPointer
(start);
1608
TextPointer nextPosition = new
TextPointer
(start);