2 writes to left
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
487
this.
left
= left;
505
left
+= dx;
3 references to left
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4167
this.left = rect.
left
;
Shared\MS\Win32\NativeMethodsOther.cs (2)
495
get { return right -
left
; }
515
return
left
>= right || top >= bottom;