1 write to _nullShape
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (1)
118_nullShape = nullShape;
4 references to _nullShape
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (4)
133get { return _nullShape; } 142hash = HashFn.HashMultiply(hash) + (int)(_nullShape ? 1 : 0); 157&& _nullShape == t._nullShape;