8 overrides of Properties
PresentationCore (5)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
100
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextCharacters.cs (1)
156
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextEndOfLine.cs (1)
76
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextEndOfSegment.cs (1)
60
public sealed override TextRunProperties
Properties
System\Windows\Media\textformatting\TextHidden.cs (1)
62
public sealed override TextRunProperties
Properties
PresentationFramework (3)
MS\Internal\PtsHost\RunClient.cs (1)
116
public override TextRunProperties
Properties
{ get { return _textProps; } }
MS\Internal\Text\InlineObject.cs (1)
114
public override TextRunProperties
Properties
{ get { return _textProps; } }
MS\Internal\Text\TextSpanModifier.cs (1)
62
public sealed override TextRunProperties
Properties
49 references to Properties
PresentationCore (41)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
118
LSRun.CompileFeatureSet(current.
Properties
.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
130
current.
Properties
.CultureInfo,
134
current.
Properties
.FontRenderingEmSize,
422
get { return _shapeable.
Properties
.ForegroundBrush; }
427
get { return _shapeable.
Properties
.BackgroundBrush; }
MS\Internal\TextFormatting\SimpleTextLine.cs (26)
941
run.TextRun.
Properties
.FontHintingEmSize,
943
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1338
return TextRun.
Properties
.Typeface.Baseline(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1349
return TextRun.
Properties
.Typeface.LineSpacing(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1355
get { return TextRun.
Properties
.Typeface; }
1360
get { return TextRun.
Properties
.FontRenderingEmSize; }
1448
if ( textRun.
Properties
.BaselineAlignment != BaselineAlignment.Baseline
1449
|| (textRun.
Properties
.TextEffects != null && textRun.
Properties
.TextEffects.Count != 0)
1458
TextDecorationCollection textDecorations = textRun.
Properties
.TextDecorations;
1468
settings.DigitState.SetTextRunProperties(textRun.
Properties
);
1511
TextRun mergedTextRun = new TextCharacters(characterArray, 0, lengthOfRun, textRun.
Properties
);
1581
if (settings == null || textRun == null || textRun.
Properties
== null || textRun.
Properties
.Typeface == null)
1586
GlyphTypeface glyphTypeface = textRun.
Properties
.Typeface.TryGetGlyphTypeface();
1604
TextRun modifedTextRun = new TextCharacters(" ", textRun.
Properties
);
1610
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1665
if (!run.TextRun.
Properties
.Typeface.CheckFastPathNominalGlyphs(
1673
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1686
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1740
Brush foregroundBrush = TextRun.
Properties
.ForegroundBrush;
1786
TextRun.
Properties
.FontHintingEmSize,
1788
CultureMapper.GetSpecificCulture(TextRun.
Properties
.CultureInfo),
1813
glyphRun.EmitBackground(drawingContext, TextRun.
Properties
.BackgroundBrush);
MS\Internal\TextFormatting\TextProperties.cs (3)
251
_properties = _modifierScope.ModifyProperties(_textRun.
Properties
);
255
_properties = _textRun.
Properties
;
382
TextRunProperties properties = _textRun.
Properties
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (4)
112
TextRunProperties properties = textRun.
Properties
;
168
if (textRun.
Properties
!= null)
170
textRun.
Properties
.PixelsPerDip = settings.TextSource.PixelsPerDip;
292
culture = CultureMapper.GetSpecificCulture(run.
Properties
.CultureInfo);
MS\Internal\TextFormatting\TextStore.cs (3)
417
TextRunProperties properties = textRun.
Properties
;
1563
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
1718
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (2)
92
if (run.
Properties
!= null)
94
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
MS\Internal\PtsHost\TextFormatterHost.cs (2)
42
if (run.
Properties
!= null)
44
run.
Properties
.PixelsPerDip = PixelsPerDip;
MS\Internal\Text\ComplexLine.cs (2)
65
if (run.
Properties
!= null)
67
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\SimpleLine.cs (2)
60
if (run.
Properties
!= null)
62
run.
Properties
.PixelsPerDip = this.PixelsPerDip;