2 references to TCS_MULTILINE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
348if (Multiline == true) cp.Style |= NativeMethods.TCS_MULTILINE; 360cp.Style |= NativeMethods.TCS_VERTICAL | NativeMethods.TCS_MULTILINE;