4 writes to WrapContents
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
57_flowLayoutSettings.WrapContents = value;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1142flowLayoutSettings.WrapContents = false;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
930FlowLayoutSettings.WrapContents = false; 1440FlowLayoutSettings.WrapContents = false;
2 references to WrapContents
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
55get { return _flowLayoutSettings.WrapContents; }
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
45Debug.Assert(WrapContents == value, "WrapContents should be the same as we set it");