2 writes to _A
PresentationCore (2)
MS\Internal\Ink\Quad.cs (2)
40_A = a; _B = b; _C = c; _D = d; 44internal Point A { get { return _A; } set { _A = value; } }
5 references to _A
PresentationCore (5)
MS\Internal\Ink\Quad.cs (5)
44internal Point A { get { return _A; } set { _A = value; } } 62case 0: return _A; 75get { return (_A == _B) && (_C == _D); } 80pointBuffer.Add(_A); 89get { return IsEmpty ? Rect.Empty : Rect.Union(new Rect(_A, _B), new Rect(_C, _D)); }