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