16 references to StaticTextPointer
PresentationFramework (16)
System\Windows\Controls\PasswordTextContainer.cs (3)
233
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
263
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
268
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Controls\PasswordTextNavigator.cs (1)
324
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
129
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
159
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
164
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
186
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\FixedTextContainer.cs (3)
114
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
144
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
149
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\FixedTextPointer.cs (1)
254
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\NullTextContainer.cs (3)
102
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
132
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
137
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\NullTextNavigator.cs (1)
174
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());