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