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)
113return _properties; 173(float)_properties.PixelsPerDip, 182XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(_properties.CultureInfo).IetfLanguageTag), 195Typeface typeface = _properties.Typeface; 240(float)_properties.PixelsPerDip, 241_properties.FontHintingEmSize, 243CultureMapper.GetSpecificCulture(_properties.CultureInfo), 261glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush); 264foregroundBrush != null ? foregroundBrush : _properties.ForegroundBrush, 318(float)_properties.PixelsPerDip, 339(float)_properties.PixelsPerDip, 354double pixelsPerDip = _properties.PixelsPerDip; 421_properties.CultureInfo == null ? 422charShape._properties.CultureInfo == null 423: _properties.CultureInfo.Equals(charShape._properties.CultureInfo) 490return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 502return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 514return _properties.Typeface.UnderlinePosition; 526return _properties.Typeface.UnderlineThickness; 538return _properties.Typeface.StrikethroughPosition; 550return _properties.Typeface.StrikethroughThickness; 567return _properties.Typeface.Symbol; 578return _properties.Typeface.TryGetGlyphTypeface();