1 write to _nullShape
PresentationCore (1)
MS\Internal\Shaping\ShapeTypeface.cs (1)
101
_nullShape
= nullShape;
4 references to _nullShape
PresentationCore (4)
MS\Internal\Shaping\ShapeTypeface.cs (4)
116
get { return
_nullShape
; }
125
hash = HashFn.HashMultiply(hash) + (int)(
_nullShape
? 1 : 0);
140
&&
_nullShape
== t.
_nullShape
;