1 write to integralHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
699integralHeight = value;
3 references to integralHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
422if (!integralHeight) cp.Style |= NativeMethods.CBS_NOINTEGRALHEIGHT; 694return integralHeight; 698if (integralHeight != value) {