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