2 writes to _C
PresentationCore (2)
MS\Internal\Ink\Quad.cs (2)
31_A = a; _B = b; _C = c; _D = d; 41internal Point C { get { return _C; } set { _C = value; } }
5 references to _C
PresentationCore (5)
MS\Internal\Ink\Quad.cs (5)
41internal Point C { get { return _C; } set { _C = value; } } 55case 2: return _C; 66get { return (_A == _B) && (_C == _D); } 73pointBuffer.Add(_C); 80get { return IsEmpty ? Rect.Empty : Rect.Union(new Rect(_A, _B), new Rect(_C, _D)); }