16 references to StaticTextPointer
PresentationFramework (16)
System\Windows\Controls\PasswordTextContainer.cs (3)
230
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
260
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
265
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Controls\PasswordTextNavigator.cs (1)
320
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
121
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
151
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
156
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
180
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\FixedTextContainer.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));
System\Windows\Documents\FixedTextPointer.cs (1)
249
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());
System\Windows\Documents\NullTextContainer.cs (3)
98
return new
StaticTextPointer
(this, ((ITextContainer)this).CreatePointerAtOffset(offset, LogicalDirection.Forward));
128
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).CreatePointer(offset));
133
return new
StaticTextPointer
(this, ((ITextPointer)position.Handle0).GetNextContextPosition(direction));
System\Windows\Documents\NullTextNavigator.cs (1)
171
return new
StaticTextPointer
(((ITextPointer)this).TextContainer, ((ITextPointer)this).CreatePointer());