2 writes to TextRun
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1666run.TextRun = textRun; 1720TextRun = 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; } 1615run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1668if (!run.TextRun.Properties.Typeface.CheckFastPathNominalGlyphs( 1676CultureMapper.GetSpecificCulture(run.TextRun.Properties.CultureInfo), 1689run.TextRun.Properties.Typeface.GetCharacterNominalWidthsAndIdealWidth( 1743Brush foregroundBrush = TextRun.Properties.ForegroundBrush; 1789TextRun.Properties.FontHintingEmSize, 1791CultureMapper.GetSpecificCulture(TextRun.Properties.CultureInfo), 1816glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);