2 writes to _y
WindowsBase (2)
Base\System\Windows\Generated\Int32Rect.cs (1)
249_y = value;
Base\System\Windows\Int32Rect.cs (1)
39_y = y;
4 references to _y
WindowsBase (4)
Base\System\Windows\Generated\Int32Rect.cs (2)
244return _y; 396_y,
Base\System\Windows\Int32Rect.cs (2)
62return (_x == 0) && (_y == 0) && (_width == 0) && (_height == 0); 88if (_y < 0)