16 references to StaticTextPointer
PresentationFramework (16)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (3)
239
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
269
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
274
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
326
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
133
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
163
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
168
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
190
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
src\Framework\System\Windows\Documents\FixedTextContainer.cs (3)
118
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
148
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
153
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
269
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
src\Framework\System\Windows\Documents\NullTextContainer.cs (3)
105
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
135
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
140
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
176
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());