14 references to TextRun
PresentationCore (14)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
495
get { return _runInfo.
TextRun
; }
MS\Internal\TextFormatting\TextStore.cs (13)
190
( IsDirectionalModifier(runInfo.
TextRun
as TextModifier)
203
if(runInfo.
TextRun
is ITextSymbols)
663
if (nextRunInfo != null && nextRunInfo.
TextRun
is ITextSymbols)
676
runInfo.
TextRun
,
696
runInfo.
TextRun
,
716
runInfo.
TextRun
,
898
TextModifier modifier = currentRunInfo.
TextRun
as TextModifier;
935
( IsDirectionalModifier(currentRunInfo.
TextRun
as TextModifier)
1047
&& runInfo.
TextRun
is TextEndOfSegment
1563
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),
1661
ITextSymbols textSymbols = runInfo.
TextRun
as ITextSymbols;
1685
TextShapeableSymbols textShapeableSymbols = runInfo.
TextRun
as TextShapeableSymbols;
1718
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),