5 implementations of CreatePointerAtCharOffset
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
227ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
121ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
106ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
93ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, LogicalDirection direction)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
466ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, LogicalDirection direction)
1 reference to CreatePointerAtCharOffset
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
1801ITextPointer pointer = this.TextContainer.CreatePointerAtCharOffset(charOffset, direction);