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)
227return _x; 395_x,
Base\System\Windows\Int32Rect.cs (2)
62return (_x == 0) && (_y == 0) && (_width == 0) && (_height == 0); 83if (_x < 0)