3 writes to _Bottom
PresentationFramework (3)
src\Framework\System\Windows\Thickness.cs (3)
41
_Left = _Top = _Right =
_Bottom
= uniformLength;
56
_Bottom
= bottom;
290
set {
_Bottom
= value; }
7 references to _Bottom
PresentationFramework (7)
src\Framework\System\Windows\Thickness.cs (7)
103
return _Left.GetHashCode() ^ _Top.GetHashCode() ^ _Right.GetHashCode() ^
_Bottom
.GetHashCode();
238
&& (t1.
_Bottom
== t2.
_Bottom
|| (DoubleUtil.IsNaN(t1.
_Bottom
) && DoubleUtil.IsNaN(t2.
_Bottom
)))
289
get { return
_Bottom
; }
306
return new Size(_Left + _Right, _Top +
_Bottom
);