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