2 writes to TextRun
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1669TextRun = textRun 1724TextRun = textRun;
19 references to TextRun
PresentationCore (19)
MS\Internal\TextFormatting\SimpleTextLine.cs (19)
861run.TextRun 893textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].TextRun); 948run.TextRun.Properties.FontHintingEmSize, 950CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1345return TextRun.Properties.Typeface.Baseline(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1356return TextRun.Properties.Typeface.LineSpacing(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1362get { return TextRun.Properties.Typeface; } 1367get { return TextRun.Properties.FontRenderingEmSize; } 1372get { return this.TextRun is TextCharacters; } 1617run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1672if (!run.TextRun.Properties.Typeface.CheckFastPathNominalGlyphs( 1680CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1693run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1747Brush foregroundBrush = TextRun.Properties.ForegroundBrush; 1793TextRun.Properties.FontHintingEmSize, 1795CultureMapper.GetSpecificCulture(TextRun.Properties.CultureInfo), 1820glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);