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