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)
116return _properties; 176(float)_properties.PixelsPerDip, 185XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(_properties.CultureInfo).IetfLanguageTag), 198Typeface typeface = _properties.Typeface; 243(float)_properties.PixelsPerDip, 244_properties.FontHintingEmSize, 246CultureMapper.GetSpecificCulture(_properties.CultureInfo), 265glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush); 268foregroundBrush != null ? foregroundBrush : _properties.ForegroundBrush, 326(float)_properties.PixelsPerDip, 347(float)_properties.PixelsPerDip, 362double pixelsPerDip = _properties.PixelsPerDip; 429_properties.CultureInfo == null ? 430charShape._properties.CultureInfo == null 431: _properties.CultureInfo.Equals(charShape._properties.CultureInfo) 498return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 510return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 522return _properties.Typeface.UnderlinePosition; 534return _properties.Typeface.UnderlineThickness; 546return _properties.Typeface.StrikethroughPosition; 558return _properties.Typeface.StrikethroughThickness; 575return _properties.Typeface.Symbol; 586return _properties.Typeface.TryGetGlyphTypeface();