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