2 writes to TextRun
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1666
run.
TextRun
= textRun;
1720
TextRun
= textRun;
19 references to TextRun
PresentationCore (19)
MS\Internal\TextFormatting\SimpleTextLine.cs (19)
861
run.
TextRun
893
textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].
TextRun
);
948
run.
TextRun
.Properties.FontHintingEmSize,
950
CultureMapper.GetSpecificCulture(run.
TextRun
.Properties.CultureInfo),
1345
return
TextRun
.Properties.Typeface.Baseline(
TextRun
.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1356
return
TextRun
.Properties.Typeface.LineSpacing(
TextRun
.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1362
get { return
TextRun
.Properties.Typeface; }
1367
get { return
TextRun
.Properties.FontRenderingEmSize; }
1372
get { return this.
TextRun
is TextCharacters; }
1615
run.
TextRun
.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1668
if (!run.
TextRun
.Properties.Typeface.CheckFastPathNominalGlyphs(
1676
CultureMapper.GetSpecificCulture(run.
TextRun
.Properties.CultureInfo),
1689
run.
TextRun
.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1743
Brush foregroundBrush =
TextRun
.Properties.ForegroundBrush;
1789
TextRun
.Properties.FontHintingEmSize,
1791
CultureMapper.GetSpecificCulture(
TextRun
.Properties.CultureInfo),
1816
glyphRun.EmitBackground(drawingContext,
TextRun
.Properties.BackgroundBrush);