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