4 writes to itemHeight
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3609
mis->
itemHeight
= unchecked((uint)mie.ItemHeight);
3614
mis->
itemHeight
= (uint)ItemHeight;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
2382
mis->
itemHeight
= (uint)mie.ItemHeight;
2386
mis->
itemHeight
= (uint)ItemHeight;