6 overrides of GetTextRun
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
150public override TextRun GetTextRun(
System\Windows\Media\FormattedText.cs (1)
1859public override TextRun GetTextRun(
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
76public override TextRun GetTextRun(int dcp)
MS\Internal\PtsHost\TextFormatterHost.cs (1)
41public override TextRun GetTextRun(int textSourceCharacterIndex)
MS\Internal\Text\ComplexLine.cs (1)
42public override TextRun GetTextRun(int dcp)
MS\Internal\Text\SimpleLine.cs (1)
37public override TextRun GetTextRun(int dcp)
1 reference to GetTextRun
PresentationCore (1)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
119textRun = settings.TextSource.GetTextRun(cpFetch);