2 writes to _B
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\Quad.cs (2)
42_A = a; _B = b; _C = c; _D = d; 49internal Point B { get { return _B; } set { _B = value; } }
5 references to _B
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\Quad.cs (5)
49internal Point B { get { return _B; } set { _B = value; } } 65case 1: return _B; 77get { return (_A == _B) && (_C == _D); } 83pointBuffer.Add(_B); 91get { return IsEmpty ? Rect.Empty : Rect.Union(new Rect(_A, _B), new Rect(_C, _D)); }