8 overrides of Properties
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
112
public sealed override TextRunProperties
Properties
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
184
public sealed override TextRunProperties
Properties
Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfLine.cs (1)
88
public sealed override TextRunProperties
Properties
Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfSegment.cs (1)
73
public sealed override TextRunProperties
Properties
Core\CSharp\System\Windows\Media\TextFormatting\TextHidden.cs (1)
76
public sealed override TextRunProperties
Properties
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
123
public override TextRunProperties
Properties
{ get { return _textProps; } }
src\Framework\MS\Internal\Text\InlineObject.cs (1)
122
public override TextRunProperties
Properties
{ get { return _textProps; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
73
public sealed override TextRunProperties
Properties
49 references to Properties
PresentationCore (41)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
137
LSRun.CompileFeatureSet(current.
Properties
.TypographyProperties, unsignedCch, out fontFeatures, out fontFeatureRanges);
149
current.
Properties
.CultureInfo,
153
current.
Properties
.FontRenderingEmSize,
443
get { return _shapeable.
Properties
.ForegroundBrush; }
448
get { return _shapeable.
Properties
.BackgroundBrush; }
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (26)
971
run.TextRun.
Properties
.FontHintingEmSize,
973
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1368
return TextRun.
Properties
.Typeface.Baseline(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1379
return TextRun.
Properties
.Typeface.LineSpacing(TextRun.
Properties
.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1385
get { return TextRun.
Properties
.Typeface; }
1390
get { return TextRun.
Properties
.FontRenderingEmSize; }
1478
if ( textRun.
Properties
.BaselineAlignment != BaselineAlignment.Baseline
1479
|| (textRun.
Properties
.TextEffects != null && textRun.
Properties
.TextEffects.Count != 0)
1488
TextDecorationCollection textDecorations = textRun.
Properties
.TextDecorations;
1498
settings.DigitState.SetTextRunProperties(textRun.
Properties
);
1541
TextRun mergedTextRun = new TextCharacters(characterArray, 0, lengthOfRun, textRun.
Properties
);
1612
if (settings == null || textRun == null || textRun.
Properties
== null || textRun.
Properties
.Typeface == null)
1617
GlyphTypeface glyphTypeface = textRun.
Properties
.Typeface.TryGetGlyphTypeface();
1635
TextRun modifedTextRun = new TextCharacters(" ", textRun.
Properties
);
1639
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1692
if (!run.TextRun.
Properties
.Typeface.CheckFastPathNominalGlyphs(
1700
CultureMapper.GetSpecificCulture(run.TextRun.
Properties
.CultureInfo),
1713
run.TextRun.
Properties
.Typeface.GetCharacterNominalWidthsAndIdealWidth(
1772
Brush foregroundBrush = TextRun.
Properties
.ForegroundBrush;
1818
TextRun.
Properties
.FontHintingEmSize,
1820
CultureMapper.GetSpecificCulture(TextRun.
Properties
.CultureInfo),
1845
glyphRun.EmitBackground(drawingContext, TextRun.
Properties
.BackgroundBrush);
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (3)
260
_properties = _modifierScope.ModifyProperties(_textRun.
Properties
);
264
_properties = _textRun.
Properties
;
391
TextRunProperties properties = _textRun.
Properties
;
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (4)
133
TextRunProperties properties = textRun.
Properties
;
189
if (textRun.
Properties
!= null)
191
textRun.
Properties
.PixelsPerDip = settings.TextSource.PixelsPerDip;
313
culture = CultureMapper.GetSpecificCulture(run.
Properties
.CultureInfo);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
439
TextRunProperties properties = textRun.
Properties
;
1590
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
1742
(int)Math.Round(realToIdeal * runInfo.TextRun.
Properties
.FontRenderingEmSize),
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
102
if (run.
Properties
!= null)
104
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (2)
49
if (run.
Properties
!= null)
51
run.
Properties
.PixelsPerDip = PixelsPerDip;
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
74
if (run.
Properties
!= null)
76
run.
Properties
.PixelsPerDip = this.PixelsPerDip;
src\Framework\MS\Internal\Text\SimpleLine.cs (2)
69
if (run.
Properties
!= null)
71
run.
Properties
.PixelsPerDip = this.PixelsPerDip;