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