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