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)
105return _properties; 165(float)_properties.PixelsPerDip, 174XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(_properties.CultureInfo).IetfLanguageTag), 187Typeface typeface = _properties.Typeface; 232(float)_properties.PixelsPerDip, 233_properties.FontHintingEmSize, 235CultureMapper.GetSpecificCulture(_properties.CultureInfo), 253glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush); 256foregroundBrush != null ? foregroundBrush : _properties.ForegroundBrush, 310(float)_properties.PixelsPerDip, 331(float)_properties.PixelsPerDip, 346double pixelsPerDip = _properties.PixelsPerDip; 413_properties.CultureInfo == null ? 414charShape._properties.CultureInfo == null 415: _properties.CultureInfo.Equals(charShape._properties.CultureInfo) 482return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 494return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 506return _properties.Typeface.UnderlinePosition; 518return _properties.Typeface.UnderlineThickness; 530return _properties.Typeface.StrikethroughPosition; 542return _properties.Typeface.StrikethroughThickness; 559return _properties.Typeface.Symbol; 570return _properties.Typeface.TryGetGlyphTypeface();