1 write to _shapeTypeface
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
77_shapeTypeface = shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
139Invariant.Assert(_shapeTypeface != null); 143Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 172_shapeTypeface.GlyphTypeface, 194if (_shapeTypeface == null) 210glyphTypeface = _shapeTypeface.GlyphTypeface; 247(_shapeTypeface == null || _shapeTypeface.DeviceFont == null) ? null : _shapeTypeface.DeviceFont.Name, 305if ( (_shapeTypeface != null) 306&& (_shapeTypeface.DeviceFont != null)) 309_shapeTypeface.DeviceFont.GetAdvanceWidths( 337GlyphTypeface glyphTypeface = _shapeTypeface.GlyphTypeface; 424_shapeTypeface.Equals(charShape._shapeTypeface) 458(_shapeTypeface != null) // Can't use shaping without a shape typeface 459&& ( (_shapeTypeface.DeviceFont == null) // Can't use shaping when rendering with a device font 572if (_shapeTypeface != null) 573return _shapeTypeface.GlyphTypeface.Symbol; 583if (_shapeTypeface != null) 584return _shapeTypeface.GlyphTypeface;