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