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