4 references to Wrappable
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBar.cs (4)
432if (Wrappable) cp.Style |= NativeMethods.TBSTYLE_WRAPPABLE; 729if (Wrappable && IsHandleCreated) { 962if (Wrappable != value) { 1327if (Wrappable) AdjustSize(Dock);