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