3 writes to _height
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
479_height = height; 534_height = value - _top + 1; 562_height = value;
4 references to _height
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
528return _top + _height - 1; 556return _height; 568get { return (_width == 0) || (_height == 0); } 573get { return _width * _height; }