1 write to _properties
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
71
_properties
= properties;
28 references to _properties
PresentationCore (28)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (28)
113
return
_properties
;
173
(float)
_properties
.PixelsPerDip,
182
XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(
_properties
.CultureInfo).IetfLanguageTag),
195
Typeface typeface =
_properties
.Typeface;
240
(float)
_properties
.PixelsPerDip,
241
_properties
.FontHintingEmSize,
243
CultureMapper.GetSpecificCulture(
_properties
.CultureInfo),
261
glyphRun.EmitBackground(drawingContext,
_properties
.BackgroundBrush);
264
foregroundBrush != null ? foregroundBrush :
_properties
.ForegroundBrush,
318
(float)
_properties
.PixelsPerDip,
339
(float)
_properties
.PixelsPerDip,
354
double pixelsPerDip =
_properties
.PixelsPerDip;
421
_properties
.CultureInfo == null ?
422
charShape.
_properties
.CultureInfo == null
423
:
_properties
.CultureInfo.Equals(charShape.
_properties
.CultureInfo)
490
return
_properties
.Typeface.LineSpacing(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
502
return
_properties
.Typeface.Baseline(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
514
return
_properties
.Typeface.UnderlinePosition;
526
return
_properties
.Typeface.UnderlineThickness;
538
return
_properties
.Typeface.StrikethroughPosition;
550
return
_properties
.Typeface.StrikethroughThickness;
567
return
_properties
.Typeface.Symbol;
578
return
_properties
.Typeface.TryGetGlyphTypeface();