3 writes to _Bottom
PresentationFramework (3)
System\Windows\Thickness.cs (3)
35_Left = _Top = _Right = _Bottom = uniformLength; 50_Bottom = bottom; 283set { _Bottom = value; }
7 references to _Bottom
PresentationFramework (7)
System\Windows\Thickness.cs (7)
96return System.HashCode.Combine(_Left, _Top, _Right, _Bottom); 231&& (t1._Bottom == t2._Bottom || (double.IsNaN(t1._Bottom) && double.IsNaN(t2._Bottom))) 282get { return _Bottom; } 299return new Size(_Left + _Right, _Top + _Bottom);