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