5 implementations of CharOffset
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
685int ITextPointer.CharOffset
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
417int ITextPointer.CharOffset
System\Windows\Documents\FixedTextPointer.cs (1)
636int ITextPointer.CharOffset
System\Windows\Documents\NullTextNavigator.cs (1)
496int ITextPointer.CharOffset
System\Windows\Documents\TextPointer.cs (1)
3729int 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)
634/// <see cref="ITextPointer.CharOffset"/>
System\Windows\Documents\NullTextNavigator.cs (1)
494/// <see cref="ITextPointer.CharOffset"/>
System\Windows\Documents\TextStore.cs (13)
342selection[0].start = this.TextSelection.Start.CharOffset; 343selection[0].end = this.TextSelection.End.CharOffset; 470nextIndex = navigator.CharOffset; 700selectionStartIndex = startNavigator.CharOffset; 701selectionEndIndex = endNavigator.CharOffset; 773change.start = startNavigator.CharOffset; 774change.newEnd = endNavigator.CharOffset; 792endIndex = endNavigator.CharOffset; 983positionCP = position.CharOffset; 1853int start = textStart.CharOffset; 1854int end = textEnd.CharOffset; 2254change.start = args.ITextPosition.CharOffset; 3061edge = positionCurrent.CharOffset;