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