14 references to TextRun
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
525
get { return _runInfo.
TextRun
; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (13)
210
( IsDirectionalModifier(runInfo.
TextRun
as TextModifier)
223
if(runInfo.
TextRun
is ITextSymbols)
690
if (nextRunInfo != null && nextRunInfo.
TextRun
is ITextSymbols)
703
runInfo.
TextRun
,
723
runInfo.
TextRun
,
743
runInfo.
TextRun
,
925
TextModifier modifier = currentRunInfo.
TextRun
as TextModifier;
962
( IsDirectionalModifier(currentRunInfo.
TextRun
as TextModifier)
1074
&& runInfo.
TextRun
is TextEndOfSegment
1590
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),
1688
ITextSymbols textSymbols = runInfo.
TextRun
as ITextSymbols;
1712
TextShapeableSymbols textShapeableSymbols = runInfo.
TextRun
as TextShapeableSymbols;
1742
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),