6 overrides of GetTextRun
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
143
public override TextRun
GetTextRun
(
System\Windows\Media\FormattedText.cs (1)
1822
public override TextRun
GetTextRun
(
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
68
public override TextRun
GetTextRun
(int dcp)
MS\Internal\PtsHost\TextFormatterHost.cs (1)
37
public override TextRun
GetTextRun
(int textSourceCharacterIndex)
MS\Internal\Text\ComplexLine.cs (1)
36
public override TextRun
GetTextRun
(int dcp)
MS\Internal\Text\SimpleLine.cs (1)
31
public override TextRun
GetTextRun
(int dcp)
1 reference to GetTextRun
PresentationCore (1)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
104
textRun = settings.TextSource.
GetTextRun
(cpFetch);