3 writes to _height
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
486_height = height; 541_height = value - _top + 1; 569_height = value;
4 references to _height
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
535return _top + _height - 1; 563return _height; 575get { return (_width == 0) || (_height == 0); } 580get { return _width * _height; }