14 references to TextRun
PresentationCore (14)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
496
get { return _runInfo.
TextRun
; }
MS\Internal\TextFormatting\TextStore.cs (13)
191
( IsDirectionalModifier(runInfo.
TextRun
as TextModifier)
204
if(runInfo.
TextRun
is ITextSymbols)
664
if (nextRunInfo != null && nextRunInfo.
TextRun
is ITextSymbols)
677
runInfo.
TextRun
,
697
runInfo.
TextRun
,
717
runInfo.
TextRun
,
899
TextModifier modifier = currentRunInfo.
TextRun
as TextModifier;
936
( IsDirectionalModifier(currentRunInfo.
TextRun
as TextModifier)
1048
&& runInfo.
TextRun
is TextEndOfSegment
1564
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),
1662
ITextSymbols textSymbols = runInfo.
TextRun
as ITextSymbols;
1686
TextShapeableSymbols textShapeableSymbols = runInfo.
TextRun
as TextShapeableSymbols;
1719
(int)Math.Round(realToIdeal * runInfo.
TextRun
.Properties.FontRenderingEmSize),