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