3 writes to _width
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
478_width = width; 520_width = value - _left + 1; 548_width = value;
4 references to _width
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
514return _left + _width - 1; 542return _width; 568get { return (_width == 0) || (_height == 0); } 573get { return _width * _height; }