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