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