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