6 references to PropItemHeight
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (6)
727int itemHeight = Properties.GetInteger(PropItemHeight, out found); 753if (Properties.GetInteger(PropItemHeight) != value) { 754Properties.SetInteger(PropItemHeight, value); 2471int itemHeight = Properties.GetInteger(PropItemHeight, out found); 3132Properties.RemoveInteger(PropItemHeight); 3341return (Properties.ContainsInteger(PropItemHeight));