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)
261
return
_width
;
397
_width
,
Base\System\Windows\Int32Rect.cs (4)
62
return (_x == 0) && (_y == 0) && (
_width
== 0) && (_height == 0);
73
return
_width
> 0 && _height > 0;
93
if (
_width
< 0 ||
_width
> width)