1 write to integralHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
587integralHeight = value;
5 references to integralHeight
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListBox.cs (5)
341if (!integralHeight) cp.Style |= NativeMethods.LBS_NOINTEGRALHEIGHT; 481if (false == integralHeight) { 582return integralHeight; 586if (integralHeight != value) { 2483if (integralHeight && fontIsChanged) {