6 overrides of GetTextRun
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
144
public override TextRun
GetTextRun
(
System\Windows\Media\FormattedText.cs (1)
1843
public override TextRun
GetTextRun
(
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
69
public override TextRun
GetTextRun
(int dcp)
MS\Internal\PtsHost\TextFormatterHost.cs (1)
38
public override TextRun
GetTextRun
(int textSourceCharacterIndex)
MS\Internal\Text\ComplexLine.cs (1)
37
public override TextRun
GetTextRun
(int dcp)
MS\Internal\Text\SimpleLine.cs (1)
32
public override TextRun
GetTextRun
(int dcp)
1 reference to GetTextRun
PresentationCore (1)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
105
textRun = settings.TextSource.
GetTextRun
(cpFetch);