1 write to _shapeTypeface
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
66_shapeTypeface = shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
128Invariant.Assert(_shapeTypeface != null); 132Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 161_shapeTypeface.GlyphTypeface, 183if (_shapeTypeface == null) 199glyphTypeface = _shapeTypeface.GlyphTypeface; 236(_shapeTypeface == null || _shapeTypeface.DeviceFont == null) ? null : _shapeTypeface.DeviceFont.Name, 289if ( (_shapeTypeface != null) 290&& (_shapeTypeface.DeviceFont != null)) 293_shapeTypeface.DeviceFont.GetAdvanceWidths( 321GlyphTypeface glyphTypeface = _shapeTypeface.GlyphTypeface; 408_shapeTypeface.Equals(charShape._shapeTypeface) 442(_shapeTypeface != null) // Can't use shaping without a shape typeface 443&& ( (_shapeTypeface.DeviceFont == null) // Can't use shaping when rendering with a device font 556if (_shapeTypeface != null) 557return _shapeTypeface.GlyphTypeface.Symbol; 567if (_shapeTypeface != null) 568return _shapeTypeface.GlyphTypeface;