2 writes to _x
WindowsBase (2)
Base\System\Windows\Generated\Int32Rect.cs (1)
232
_x
= value;
Base\System\Windows\Int32Rect.cs (1)
38
_x
= x;
4 references to _x
WindowsBase (4)
Base\System\Windows\Generated\Int32Rect.cs (2)
227
return
_x
;
395
_x
,
Base\System\Windows\Int32Rect.cs (2)
62
return (
_x
== 0) && (_y == 0) && (_width == 0) && (_height == 0);
83
if (
_x
< 0)