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