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