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