2 references to _wrapContentsProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
277int wrapContents = container.Properties.GetInteger(_wrapContentsProperty); 282container.Properties.SetInteger(_wrapContentsProperty, value ? 0 : 1); // set to 0 if true, 1 if false