1 write to _properties
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
63
_properties
= properties;
28 references to _properties
PresentationCore (28)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (28)
105
return
_properties
;
165
(float)
_properties
.PixelsPerDip,
174
XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(
_properties
.CultureInfo).IetfLanguageTag),
187
Typeface typeface =
_properties
.Typeface;
232
(float)
_properties
.PixelsPerDip,
233
_properties
.FontHintingEmSize,
235
CultureMapper.GetSpecificCulture(
_properties
.CultureInfo),
253
glyphRun.EmitBackground(drawingContext,
_properties
.BackgroundBrush);
256
foregroundBrush != null ? foregroundBrush :
_properties
.ForegroundBrush,
310
(float)
_properties
.PixelsPerDip,
331
(float)
_properties
.PixelsPerDip,
346
double pixelsPerDip =
_properties
.PixelsPerDip;
413
_properties
.CultureInfo == null ?
414
charShape.
_properties
.CultureInfo == null
415
:
_properties
.CultureInfo.Equals(charShape.
_properties
.CultureInfo)
482
return
_properties
.Typeface.LineSpacing(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
494
return
_properties
.Typeface.Baseline(
_properties
.FontRenderingEmSize, 1,
_properties
.PixelsPerDip, _textFormattingMode);
506
return
_properties
.Typeface.UnderlinePosition;
518
return
_properties
.Typeface.UnderlineThickness;
530
return
_properties
.Typeface.StrikethroughPosition;
542
return
_properties
.Typeface.StrikethroughThickness;
559
return
_properties
.Typeface.Symbol;
570
return
_properties
.Typeface.TryGetGlyphTypeface();