6 overrides of GetTextRun
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
153public override TextRun GetTextRun(
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1876public override TextRun GetTextRun(
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
78public override TextRun GetTextRun(int dcp)
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
44public override TextRun GetTextRun(int textSourceCharacterIndex)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
45public override TextRun GetTextRun(int dcp)
src\Framework\MS\Internal\Text\SimpleLine.cs (1)
40public override TextRun GetTextRun(int dcp)
1 reference to GetTextRun
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
122textRun = settings.TextSource.GetTextRun(cpFetch);