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