6 overrides of GetTextEffectCharacterIndexFromTextSourceCharacterIndex
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
203public override int GetTextEffectCharacterIndexFromTextSourceCharacterIndex(
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1941public override int GetTextEffectCharacterIndexFromTextSourceCharacterIndex(
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
143public override int GetTextEffectCharacterIndexFromTextSourceCharacterIndex(int textSourceCharacterIndex)
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
72public override int GetTextEffectCharacterIndexFromTextSourceCharacterIndex(
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
127public override int GetTextEffectCharacterIndexFromTextSourceCharacterIndex(
src\Framework\MS\Internal\Text\SimpleLine.cs (1)
109public override int GetTextEffectCharacterIndexFromTextSourceCharacterIndex(
1 reference to GetTextEffectCharacterIndexFromTextSourceCharacterIndex
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
517int offset = cpFetched - _settings.TextSource.GetTextEffectCharacterIndexFromTextSourceCharacterIndex(cpFetched);