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