3 overrides of GetTextRun
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
155internal override TextRun GetTextRun(int dcp)
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
60internal override TextRun GetTextRun(int dcp)
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
104internal override TextRun GetTextRun(int dcp)
1 reference to GetTextRun
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
48TextRun run = Context.GetTextRun(textSourceCharacterIndex);