3 writes to _Top
PresentationFramework (3)
System\Windows\Thickness.cs (3)
36
_Left =
_Top
= _Right = _Bottom = uniformLength;
49
_Top
= top;
270
set {
_Top
= value; }
7 references to _Top
PresentationFramework (7)
System\Windows\Thickness.cs (7)
97
return System.HashCode.Combine(_Left,
_Top
, _Right, _Bottom);
230
&& (t1.
_Top
== t2.
_Top
|| (double.IsNaN(t1.
_Top
) && double.IsNaN(t2.
_Top
)))
269
get { return
_Top
; }
300
return new Size(_Left + _Right,
_Top
+ _Bottom);