2 writes to _height
WindowsBase (2)
Base\System\Windows\Generated\Int32Rect.cs (1)
283_height = value;
Base\System\Windows\Int32Rect.cs (1)
41_height = height;
6 references to _height
WindowsBase (6)
Base\System\Windows\Generated\Int32Rect.cs (2)
278return _height; 398_height);
Base\System\Windows\Int32Rect.cs (4)
62return (_x == 0) && (_y == 0) && (_width == 0) && (_height == 0); 73return _width > 0 && _height > 0; 98if (_height < 0 || _height > height)