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