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