2 writes to TextRun
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1690
run.
TextRun
= textRun;
1744
TextRun
= textRun;
19 references to TextRun
PresentationCore (19)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (19)
880
run.
TextRun
912
textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].
TextRun
);
971
run.
TextRun
.Properties.FontHintingEmSize,
973
CultureMapper.GetSpecificCulture(run.
TextRun
.Properties.CultureInfo),
1368
return
TextRun
.Properties.Typeface.Baseline(
TextRun
.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1379
return
TextRun
.Properties.Typeface.LineSpacing(
TextRun
.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1385
get { return
TextRun
.Properties.Typeface; }
1390
get { return
TextRun
.Properties.FontRenderingEmSize; }
1395
get { return this.
TextRun
is TextCharacters; }
1639
run.
TextRun
.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1692
if (!run.
TextRun
.Properties.Typeface.CheckFastPathNominalGlyphs(
1700
CultureMapper.GetSpecificCulture(run.
TextRun
.Properties.CultureInfo),
1713
run.
TextRun
.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1772
Brush foregroundBrush =
TextRun
.Properties.ForegroundBrush;
1818
TextRun
.Properties.FontHintingEmSize,
1820
CultureMapper.GetSpecificCulture(
TextRun
.Properties.CultureInfo),
1845
glyphRun.EmitBackground(drawingContext,
TextRun
.Properties.BackgroundBrush);