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