1 write to _shapeTypeface
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (1)
116_shapeTypeface = new ShapeTypeface(glyphTypeface, deviceFont);
4 references to _shapeTypeface
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (4)
123get { return _shapeTypeface; } 138int hash = _shapeTypeface.GetHashCode(); 155_shapeTypeface.Equals(t._shapeTypeface)