1 write to _properties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
74
_properties
= properties;
28 references to _properties
PresentationCore (28)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (28)
116
return
_properties
;
176
(float)
_properties
.PixelsPerDip,
185
XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(
_properties
.CultureInfo).IetfLanguageTag),
198
Typeface typeface =
_properties
.Typeface;
243
(float)
_properties
.PixelsPerDip,
244
_properties
.FontHintingEmSize,
246
CultureMapper.GetSpecificCulture(
_properties
.CultureInfo),
265
glyphRun.EmitBackground(drawingContext,
_properties
.BackgroundBrush);
268
foregroundBrush != null ? foregroundBrush :
_properties
.ForegroundBrush,
326
(float)
_properties
.PixelsPerDip,
347
(float)
_properties
.PixelsPerDip,
362
double pixelsPerDip =
_properties
.PixelsPerDip;
429
_properties
.CultureInfo == null ?
430
charShape.
_properties
.CultureInfo == null
431
:
_properties
.CultureInfo.Equals(charShape.
_properties
.CultureInfo)
498
return
_properties
.Typeface.LineSpacing(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
510
return
_properties
.Typeface.Baseline(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
522
return
_properties
.Typeface.UnderlinePosition;
534
return
_properties
.Typeface.UnderlineThickness;
546
return
_properties
.Typeface.StrikethroughPosition;
558
return
_properties
.Typeface.StrikethroughThickness;
575
return
_properties
.Typeface.Symbol;
586
return
_properties
.Typeface.TryGetGlyphTypeface();