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)
579
return
_itemHeight
;
590
if (
_itemHeight
!= value)
1432
return
_itemHeight
;