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)
131get { return _nullShape; } 140hash = HashFn.HashMultiply(hash) + (int)(_nullShape ? 1 : 0); 155&& _nullShape == t._nullShape;