8 overrides of Properties
PresentationCore (5)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
101
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextCharacters.cs (1)
157
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextEndOfLine.cs (1)
77
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextEndOfSegment.cs (1)
61
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextHidden.cs (1)
63
public sealed override TextRunProperties
Properties
PresentationFramework (3)
MS\Internal\PtsHost\RunClient.cs (1)
117
public override TextRunProperties
Properties
{ get { return _textProps; } }
MS\Internal\Text\InlineObject.cs (1)
115
public override TextRunProperties
Properties
{ get { return _textProps; } }
MS\Internal\Text\TextSpanModifier.cs (1)
63
public sealed override TextRunProperties
Properties
49 references to Properties
PresentationCore (41)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
119
LSRun.CompileFeatureSet(current.
Properties
.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
131
current.
Properties
.CultureInfo,
135
current.
Properties
.FontRenderingEmSize,
423
get { return _shapeable.
Properties
.ForegroundBrush; }
428
get { return _shapeable.
Properties
.BackgroundBrush; }
MS\Internal\TextFormatting\SimpleTextLine.cs (26)
948
run.TextRun.
Properties
.FontHintingEmSize,
950
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1345
return TextRun.
Properties
.Typeface.Baseline(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1356
return TextRun.
Properties
.Typeface.LineSpacing(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1362
get { return TextRun.
Properties
.Typeface; }
1367
get { return TextRun.
Properties
.FontRenderingEmSize; }
1455
if ( textRun.
Properties
.BaselineAlignment != BaselineAlignment.Baseline
1456
|| (textRun.
Properties
.TextEffects != null && textRun.
Properties
.TextEffects.Count != 0)
1465
TextDecorationCollection textDecorations = textRun.
Properties
.TextDecorations;
1475
settings.DigitState.SetTextRunProperties(textRun.
Properties
);
1518
TextRun mergedTextRun = new TextCharacters(characterArray, 0, lengthOfRun, textRun.
Properties
);
1588
if (settings == null || textRun == null || textRun.
Properties
== null || textRun.
Properties
.Typeface == null)
1593
GlyphTypeface glyphTypeface = textRun.
Properties
.Typeface.TryGetGlyphTypeface();
1611
TextRun modifedTextRun = new TextCharacters(" ", textRun.
Properties
);
1615
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1668
if (!run.TextRun.
Properties
.Typeface.CheckFastPathNominalGlyphs(
1676
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1689
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1743
Brush foregroundBrush = TextRun.
Properties
.ForegroundBrush;
1789
TextRun.
Properties
.FontHintingEmSize,
1791
CultureMapper.GetSpecificCulture(TextRun.
Properties
.CultureInfo),
1816
glyphRun.EmitBackground(drawingContext, TextRun.
Properties
.BackgroundBrush);
MS\Internal\TextFormatting\TextProperties.cs (3)
252
_properties = _modifierScope.ModifyProperties(_textRun.
Properties
);
256
_properties = _textRun.
Properties
;
383
TextRunProperties properties = _textRun.
Properties
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (4)
113
TextRunProperties properties = textRun.
Properties
;
169
if (textRun.
Properties
!= null)
171
textRun.
Properties
.PixelsPerDip = settings.TextSource.PixelsPerDip;
293
culture = CultureMapper.GetSpecificCulture(run.
Properties
.CultureInfo);
MS\Internal\TextFormatting\TextStore.cs (3)
418
TextRunProperties properties = textRun.
Properties
;
1564
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
1719
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (2)
93
if (run.
Properties
!= null)
95
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
MS\Internal\PtsHost\TextFormatterHost.cs (2)
43
if (run.
Properties
!= null)
45
run.
Properties
.PixelsPerDip = PixelsPerDip;
MS\Internal\Text\ComplexLine.cs (2)
66
if (run.
Properties
!= null)
68
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\SimpleLine.cs (2)
61
if (run.
Properties
!= null)
63
run.
Properties
.PixelsPerDip = this.PixelsPerDip;