3 writes to _Bottom
PresentationFramework (3)
System\Windows\Thickness.cs (3)
36
_Left = _Top = _Right =
_Bottom
= uniformLength;
51
_Bottom
= bottom;
285
set {
_Bottom
= value; }
7 references to _Bottom
PresentationFramework (7)
System\Windows\Thickness.cs (7)
98
return System.HashCode.Combine(_Left, _Top, _Right,
_Bottom
);
233
&& (t1.
_Bottom
== t2.
_Bottom
|| (double.IsNaN(t1.
_Bottom
) && double.IsNaN(t2.
_Bottom
)))
284
get { return
_Bottom
; }
301
return new Size(_Left + _Right, _Top +
_Bottom
);