1 write to _properties
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
62
_properties
= properties;
28 references to _properties
PresentationCore (28)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (28)
104
return
_properties
;
164
(float)
_properties
.PixelsPerDip,
173
XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(
_properties
.CultureInfo).IetfLanguageTag),
186
Typeface typeface =
_properties
.Typeface;
231
(float)
_properties
.PixelsPerDip,
232
_properties
.FontHintingEmSize,
234
CultureMapper.GetSpecificCulture(
_properties
.CultureInfo),
252
glyphRun.EmitBackground(drawingContext,
_properties
.BackgroundBrush);
255
foregroundBrush ??
_properties
.ForegroundBrush,
309
(float)
_properties
.PixelsPerDip,
330
(float)
_properties
.PixelsPerDip,
345
double pixelsPerDip =
_properties
.PixelsPerDip;
412
_properties
.CultureInfo == null ?
413
charShape.
_properties
.CultureInfo == null
414
:
_properties
.CultureInfo.Equals(charShape.
_properties
.CultureInfo)
481
return
_properties
.Typeface.LineSpacing(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
493
return
_properties
.Typeface.Baseline(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
505
return
_properties
.Typeface.UnderlinePosition;
517
return
_properties
.Typeface.UnderlineThickness;
529
return
_properties
.Typeface.StrikethroughPosition;
541
return
_properties
.Typeface.StrikethroughThickness;
558
return
_properties
.Typeface.Symbol;
569
return
_properties
.Typeface.TryGetGlyphTypeface();