16 references to StaticTextPointer
PresentationFramework (16)
System\Windows\Controls\PasswordTextContainer.cs (3)
229
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
259
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
264
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Controls\PasswordTextNavigator.cs (1)
319
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
112
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
142
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
147
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
177
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\FixedTextContainer.cs (3)
97
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
127
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
132
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\FixedTextPointer.cs (1)
246
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\NullTextContainer.cs (3)
97
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
127
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
132
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\NullTextNavigator.cs (1)
168
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());