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)
121
get { return
_shapeTypeface
; }
136
int hash =
_shapeTypeface
.GetHashCode();
153
_shapeTypeface
.Equals(t.
_shapeTypeface
)