2 writes to _width
WindowsBase (2)
Base\System\Windows\Generated\Int32Rect.cs (1)
266_width = value;
Base\System\Windows\Int32Rect.cs (1)
40_width = width;
6 references to _width
WindowsBase (6)
Base\System\Windows\Generated\Int32Rect.cs (2)
261return _width; 397_width,
Base\System\Windows\Int32Rect.cs (4)
62return (_x == 0) && (_y == 0) && (_width == 0) && (_height == 0); 73return _width > 0 && _height > 0; 93if (_width < 0 || _width > width)