3 writes to _Top
PresentationFramework (3)
System\Windows\Thickness.cs (3)
35
_Left =
_Top
= _Right = _Bottom = uniformLength;
48
_Top
= top;
269
set {
_Top
= value; }
7 references to _Top
PresentationFramework (7)
System\Windows\Thickness.cs (7)
96
return System.HashCode.Combine(_Left,
_Top
, _Right, _Bottom);
229
&& (t1.
_Top
== t2.
_Top
|| (double.IsNaN(t1.
_Top
) && double.IsNaN(t2.
_Top
)))
268
get { return
_Top
; }
299
return new Size(_Left + _Right,
_Top
+ _Bottom);