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