3 writes to _width
WindowsBase (3)
Base\System\Windows\Size.cs (3)
40
_width
= width;
99
_width
= value;
165
size.
_width
= Double.NegativeInfinity;
9 references to _width
WindowsBase (9)
Base\System\Windows\Generated\Size.cs (1)
321
_width
,
Base\System\Windows\Rect.cs (4)
48
_width = size.
_width
;
196
_width = value.
_width
;
647
Inflate(size.
_width
, size._height);
690
rect.Inflate(size.
_width
, size._height);
Base\System\Windows\Size.cs (4)
74
return
_width
< 0;
85
return
_width
;
141
return new Vector(size.
_width
, size._height);
153
return new Point(size.
_width
, size._height);