14 references to TextRun
PresentationCore (14)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
510
get { return _runInfo.
TextRun
; }
MS\Internal\TextFormatting\TextStore.cs (13)
206
( IsDirectionalModifier(runInfo.
TextRun
as TextModifier)
219
if(runInfo.
TextRun
is ITextSymbols)
679
if (nextRunInfo != null && nextRunInfo.
TextRun
is ITextSymbols)
692
runInfo.
TextRun
,
712
runInfo.
TextRun
,
732
runInfo.
TextRun
,
914
TextModifier modifier = currentRunInfo.
TextRun
as TextModifier;
951
( IsDirectionalModifier(currentRunInfo.
TextRun
as TextModifier)
1063
&& runInfo.
TextRun
is TextEndOfSegment
1579
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),
1677
ITextSymbols textSymbols = runInfo.
TextRun
as ITextSymbols;
1701
TextShapeableSymbols textShapeableSymbols = runInfo.
TextRun
as TextShapeableSymbols;
1734
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),