2 writes to TextRun
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1690run.TextRun = textRun; 1744TextRun = textRun;
19 references to TextRun
PresentationCore (19)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (19)
880run.TextRun 912textRunSpans[i] = new TextSpan<TextRun>(_runs[i].Length, _runs[i].TextRun); 971run.TextRun.Properties.FontHintingEmSize, 973CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1368return TextRun.Properties.Typeface.Baseline(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1379return TextRun.Properties.Typeface.LineSpacing(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode); 1385get { return TextRun.Properties.Typeface; } 1390get { return TextRun.Properties.FontRenderingEmSize; } 1395get { return this.TextRun is TextCharacters; } 1639run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1692if (!run.TextRun.Properties.Typeface.CheckFastPathNominalGlyphs( 1700CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1713run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1772Brush foregroundBrush = TextRun.Properties.ForegroundBrush; 1818TextRun.Properties.FontHintingEmSize, 1820CultureMapper.GetSpecificCulture(TextRun.Properties.CultureInfo), 1845glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);