3 writes to _width
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
477_width = width; 519_width = value - _left + 1; 547_width = value;
4 references to _width
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
513return _left + _width - 1; 541return _width; 567get { return (_width == 0) || (_height == 0); } 572get { return _width * _height; }