2 writes to TextRun
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1675
run.
TextRun
= textRun;
1729
TextRun
= textRun;
19 references to TextRun
PresentationCore (19)
MS\Internal\TextFormatting\SimpleTextLine.cs (19)
870
run.
TextRun
902
textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].
TextRun
);
957
run.
TextRun
.Properties.FontHintingEmSize,
959
CultureMapper.GetSpecificCulture(run.
TextRun
.Properties.CultureInfo),
1354
return
TextRun
.Properties.Typeface.Baseline(
TextRun
.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1365
return
TextRun
.Properties.Typeface.LineSpacing(
TextRun
.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1371
get { return
TextRun
.Properties.Typeface; }
1376
get { return
TextRun
.Properties.FontRenderingEmSize; }
1381
get { return this.
TextRun
is TextCharacters; }
1624
run.
TextRun
.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1677
if (!run.
TextRun
.Properties.Typeface.CheckFastPathNominalGlyphs(
1685
CultureMapper.GetSpecificCulture(run.
TextRun
.Properties.CultureInfo),
1698
run.
TextRun
.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1752
Brush foregroundBrush =
TextRun
.Properties.ForegroundBrush;
1798
TextRun
.Properties.FontHintingEmSize,
1800
CultureMapper.GetSpecificCulture(
TextRun
.Properties.CultureInfo),
1825
glyphRun.EmitBackground(drawingContext,
TextRun
.Properties.BackgroundBrush);