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)
521return _left + _width - 1; 549return _width; 575get { return (_width == 0) || (_height == 0); } 580get { return _width * _height; }