1 write to _shapeTypeface
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
74_shapeTypeface = shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
136Invariant.Assert(_shapeTypeface != null); 140Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 169_shapeTypeface.GlyphTypeface, 191if (_shapeTypeface == null) 207glyphTypeface = _shapeTypeface.GlyphTypeface; 244(_shapeTypeface == null || _shapeTypeface.DeviceFont == null) ? null : _shapeTypeface.DeviceFont.Name, 297if ( (_shapeTypeface != null) 298&& (_shapeTypeface.DeviceFont != null)) 301_shapeTypeface.DeviceFont.GetAdvanceWidths( 329GlyphTypeface glyphTypeface = _shapeTypeface.GlyphTypeface; 416_shapeTypeface.Equals(charShape._shapeTypeface) 450(_shapeTypeface != null) // Can't use shaping without a shape typeface 451&& ( (_shapeTypeface.DeviceFont == null) // Can't use shaping when rendering with a device font 564if (_shapeTypeface != null) 565return _shapeTypeface.GlyphTypeface.Symbol; 575if (_shapeTypeface != null) 576return _shapeTypeface.GlyphTypeface;