5 implementations of CharOffset
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
687int ITextPointer.CharOffset
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
421int ITextPointer.CharOffset
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
654int ITextPointer.CharOffset
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
498int ITextPointer.CharOffset
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3755int ITextPointer.CharOffset
17 references to CharOffset
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1905GetTightBoundingGeometryFromLineIndexForSelection(line, lineIndex, selection.Start.CharOffset, selection.End.CharOffset, CalculatedTextAlignment, endOfParaGlyphWidth, ref selectionGeometry);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
652/// <see cref="ITextPointer.CharOffset"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
496/// <see cref="ITextPointer.CharOffset"/>
src\Framework\System\Windows\Documents\TextStore.cs (13)
249selection[0].start = this.TextSelection.Start.CharOffset; 250selection[0].end = this.TextSelection.End.CharOffset; 363nextIndex = navigator.CharOffset; 568selectionStartIndex = startNavigator.CharOffset; 569selectionEndIndex = endNavigator.CharOffset; 641change.start = startNavigator.CharOffset; 642change.newEnd = endNavigator.CharOffset; 660endIndex = endNavigator.CharOffset; 852positionCP = position.CharOffset; 1732int start = textStart.CharOffset; 1733int end = textEnd.CharOffset; 2134change.start = args.ITextPosition.CharOffset; 2960edge = positionCurrent.CharOffset;