1 write to _properties
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
62_properties = properties;
28 references to _properties
PresentationCore (28)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (28)
104return _properties; 164(float)_properties.PixelsPerDip, 173XmlLanguage.GetLanguage(CultureMapper.GetSpecificCulture(_properties.CultureInfo).IetfLanguageTag), 186Typeface typeface = _properties.Typeface; 231(float)_properties.PixelsPerDip, 232_properties.FontHintingEmSize, 234CultureMapper.GetSpecificCulture(_properties.CultureInfo), 252glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush); 255foregroundBrush ?? _properties.ForegroundBrush, 309(float)_properties.PixelsPerDip, 330(float)_properties.PixelsPerDip, 345double pixelsPerDip = _properties.PixelsPerDip; 412_properties.CultureInfo == null ? 413charShape._properties.CultureInfo == null 414: _properties.CultureInfo.Equals(charShape._properties.CultureInfo) 481return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 493return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 505return _properties.Typeface.UnderlinePosition; 517return _properties.Typeface.UnderlineThickness; 529return _properties.Typeface.StrikethroughPosition; 541return _properties.Typeface.StrikethroughThickness; 558return _properties.Typeface.Symbol; 569return _properties.Typeface.TryGetGlyphTypeface();