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