5 implementations of CharOffset
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
681int ITextPointer.CharOffset
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
409int ITextPointer.CharOffset
System\Windows\Documents\FixedTextPointer.cs (1)
629int ITextPointer.CharOffset
System\Windows\Documents\NullTextNavigator.cs (1)
491int ITextPointer.CharOffset
System\Windows\Documents\TextPointer.cs (1)
3724int ITextPointer.CharOffset
17 references to CharOffset
PresentationFramework (17)
MS\Internal\Documents\TextBoxView.cs (2)
1907GetTightBoundingGeometryFromLineIndexForSelection(line, lineIndex, selection.Start.CharOffset, selection.End.CharOffset, CalculatedTextAlignment, endOfParaGlyphWidth, ref selectionGeometry);
System\Windows\Documents\FixedTextPointer.cs (1)
627/// <see cref="ITextPointer.CharOffset"/>
System\Windows\Documents\NullTextNavigator.cs (1)
489/// <see cref="ITextPointer.CharOffset"/>
System\Windows\Documents\TextStore.cs (13)
331selection[0].start = this.TextSelection.Start.CharOffset; 332selection[0].end = this.TextSelection.End.CharOffset; 459nextIndex = navigator.CharOffset; 689selectionStartIndex = startNavigator.CharOffset; 690selectionEndIndex = endNavigator.CharOffset; 762change.start = startNavigator.CharOffset; 763change.newEnd = endNavigator.CharOffset; 781endIndex = endNavigator.CharOffset; 972positionCP = position.CharOffset; 1842int start = textStart.CharOffset; 1843int end = textEnd.CharOffset; 2234change.start = args.ITextPosition.CharOffset; 3043edge = positionCurrent.CharOffset;