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