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)
278
return
_height
;
398
_height
);
Base\System\Windows\Int32Rect.cs (4)
62
return (_x == 0) && (_y == 0) && (_width == 0) && (
_height
== 0);
73
return _width > 0 &&
_height
> 0;
98
if (
_height
< 0 ||
_height
> height)