5 implementations of CharOffset
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
680int ITextPointer.CharOffset
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
408int ITextPointer.CharOffset
System\Windows\Documents\FixedTextPointer.cs (1)
628int ITextPointer.CharOffset
System\Windows\Documents\NullTextNavigator.cs (1)
490int ITextPointer.CharOffset
System\Windows\Documents\TextPointer.cs (1)
3723int ITextPointer.CharOffset
17 references to CharOffset
PresentationFramework (17)
MS\Internal\Documents\TextBoxView.cs (2)
1864GetTightBoundingGeometryFromLineIndexForSelection(line, lineIndex, selection.Start.CharOffset, selection.End.CharOffset, CalculatedTextAlignment, endOfParaGlyphWidth, ref selectionGeometry);
System\Windows\Documents\FixedTextPointer.cs (1)
626/// <see cref="ITextPointer.CharOffset"/>
System\Windows\Documents\NullTextNavigator.cs (1)
488/// <see cref="ITextPointer.CharOffset"/>
System\Windows\Documents\TextStore.cs (13)
330selection[0].start = this.TextSelection.Start.CharOffset; 331selection[0].end = this.TextSelection.End.CharOffset; 458nextIndex = navigator.CharOffset; 688selectionStartIndex = startNavigator.CharOffset; 689selectionEndIndex = endNavigator.CharOffset; 761change.start = startNavigator.CharOffset; 762change.newEnd = endNavigator.CharOffset; 780endIndex = endNavigator.CharOffset; 968positionCP = position.CharOffset; 1835int start = textStart.CharOffset; 1836int end = textEnd.CharOffset; 2227change.start = args.ITextPosition.CharOffset; 3036edge = positionCurrent.CharOffset;