2 writes to _itemHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
592_itemHeight = value; 2064_itemHeight = DefaultListBoxItemHeight;
3 references to _itemHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
579return _itemHeight; 590if (_itemHeight != value) 1432return _itemHeight;