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