2 writes to TextRun
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1662TextRun = textRun 1717TextRun = textRun;
19 references to TextRun
PresentationCore (19)
MS\Internal\TextFormatting\SimpleTextLine.cs (19)
854run.TextRun 886textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].TextRun); 941run.TextRun.Properties.FontHintingEmSize, 943CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1338return TextRun.Properties.Typeface.Baseline(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1349return TextRun.Properties.Typeface.LineSpacing(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1355get { return TextRun.Properties.Typeface; } 1360get { return TextRun.Properties.FontRenderingEmSize; } 1365get { return this.TextRun is TextCharacters; } 1610run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1665if (!run.TextRun.Properties.Typeface.CheckFastPathNominalGlyphs( 1673CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1686run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1740Brush foregroundBrush = TextRun.Properties.ForegroundBrush; 1786TextRun.Properties.FontHintingEmSize, 1788CultureMapper.GetSpecificCulture(TextRun.Properties.CultureInfo), 1813glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);