2 writes to TextRun
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1663TextRun = textRun 1718TextRun = textRun;
19 references to TextRun
PresentationCore (19)
MS\Internal\TextFormatting\SimpleTextLine.cs (19)
855run.TextRun 887textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].TextRun); 942run.TextRun.Properties.FontHintingEmSize, 944CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1339return TextRun.Properties.Typeface.Baseline(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1350return TextRun.Properties.Typeface.LineSpacing(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1356get { return TextRun.Properties.Typeface; } 1361get { return TextRun.Properties.FontRenderingEmSize; } 1366get { return this.TextRun is TextCharacters; } 1611run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1666if (!run.TextRun.Properties.Typeface.CheckFastPathNominalGlyphs( 1674CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1687run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1741Brush foregroundBrush = TextRun.Properties.ForegroundBrush; 1787TextRun.Properties.FontHintingEmSize, 1789CultureMapper.GetSpecificCulture(TextRun.Properties.CultureInfo), 1814glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);