1 write to _shapeTypeface
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
65_shapeTypeface = shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
127Invariant.Assert(_shapeTypeface != null); 131Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 160_shapeTypeface.GlyphTypeface, 182if (_shapeTypeface == null) 198glyphTypeface = _shapeTypeface.GlyphTypeface; 235(_shapeTypeface == null || _shapeTypeface.DeviceFont == null) ? null : _shapeTypeface.DeviceFont.Name, 288if ( (_shapeTypeface != null) 289&& (_shapeTypeface.DeviceFont != null)) 292_shapeTypeface.DeviceFont.GetAdvanceWidths( 320GlyphTypeface glyphTypeface = _shapeTypeface.GlyphTypeface; 407_shapeTypeface.Equals(charShape._shapeTypeface) 441(_shapeTypeface != null) // Can't use shaping without a shape typeface 442&& ( (_shapeTypeface.DeviceFont == null) // Can't use shaping when rendering with a device font 555if (_shapeTypeface != null) 556return _shapeTypeface.GlyphTypeface.Symbol; 566if (_shapeTypeface != null) 567return _shapeTypeface.GlyphTypeface;