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