3 writes to _width
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
485
_width
= width;
527
_width
= value - _left + 1;
555
_width
= value;
4 references to _width
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
521
return _left +
_width
- 1;
549
return
_width
;
575
get { return (
_width
== 0) || (_height == 0); }
580
get { return
_width
* _height; }