8 overrides of Properties
PresentationCore (5)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
109
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextCharacters.cs (1)
166
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextEndOfLine.cs (1)
84
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextEndOfSegment.cs (1)
69
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextHidden.cs (1)
70
public sealed override TextRunProperties
Properties
PresentationFramework (3)
MS\Internal\PtsHost\RunClient.cs (1)
120
public override TextRunProperties
Properties
{ get { return _textProps; } }
MS\Internal\Text\InlineObject.cs (1)
118
public override TextRunProperties
Properties
{ get { return _textProps; } }
MS\Internal\Text\TextSpanModifier.cs (1)
65
public sealed override TextRunProperties
Properties
49 references to Properties
PresentationCore (41)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
127
LSRun.CompileFeatureSet(current.
Properties
.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
139
current.
Properties
.CultureInfo,
143
current.
Properties
.FontRenderingEmSize,
431
get { return _shapeable.
Properties
.ForegroundBrush; }
436
get { return _shapeable.
Properties
.BackgroundBrush; }
MS\Internal\TextFormatting\SimpleTextLine.cs (26)
957
run.TextRun.
Properties
.FontHintingEmSize,
959
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1354
return TextRun.
Properties
.Typeface.Baseline(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1365
return TextRun.
Properties
.Typeface.LineSpacing(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1371
get { return TextRun.
Properties
.Typeface; }
1376
get { return TextRun.
Properties
.FontRenderingEmSize; }
1464
if ( textRun.
Properties
.BaselineAlignment != BaselineAlignment.Baseline
1465
|| (textRun.
Properties
.TextEffects != null && textRun.
Properties
.TextEffects.Count != 0)
1474
TextDecorationCollection textDecorations = textRun.
Properties
.TextDecorations;
1484
settings.DigitState.SetTextRunProperties(textRun.
Properties
);
1527
TextRun mergedTextRun = new TextCharacters(characterArray, 0, lengthOfRun, textRun.
Properties
);
1597
if (settings == null || textRun == null || textRun.
Properties
== null || textRun.
Properties
.Typeface == null)
1602
GlyphTypeface glyphTypeface = textRun.
Properties
.Typeface.TryGetGlyphTypeface();
1620
TextRun modifedTextRun = new TextCharacters(" ", textRun.
Properties
);
1624
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1677
if (!run.TextRun.
Properties
.Typeface.CheckFastPathNominalGlyphs(
1685
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1698
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1752
Brush foregroundBrush = TextRun.
Properties
.ForegroundBrush;
1798
TextRun.
Properties
.FontHintingEmSize,
1800
CultureMapper.GetSpecificCulture(TextRun.
Properties
.CultureInfo),
1825
glyphRun.EmitBackground(drawingContext, TextRun.
Properties
.BackgroundBrush);
MS\Internal\TextFormatting\TextProperties.cs (3)
258
_properties = _modifierScope.ModifyProperties(_textRun.
Properties
);
262
_properties = _textRun.
Properties
;
389
TextRunProperties properties = _textRun.
Properties
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (4)
127
TextRunProperties properties = textRun.
Properties
;
183
if (textRun.
Properties
!= null)
185
textRun.
Properties
.PixelsPerDip = settings.TextSource.PixelsPerDip;
307
culture = CultureMapper.GetSpecificCulture(run.
Properties
.CultureInfo);
MS\Internal\TextFormatting\TextStore.cs (3)
433
TextRunProperties properties = textRun.
Properties
;
1579
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
1734
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (2)
100
if (run.
Properties
!= null)
102
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
MS\Internal\PtsHost\TextFormatterHost.cs (2)
46
if (run.
Properties
!= null)
48
run.
Properties
.PixelsPerDip = PixelsPerDip;
MS\Internal\Text\ComplexLine.cs (2)
71
if (run.
Properties
!= null)
73
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\SimpleLine.cs (2)
66
if (run.
Properties
!= null)
68
run.
Properties
.PixelsPerDip = this.PixelsPerDip;