4 references to Layout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
9121
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Layout
'/> event.</para>
winforms\Managed\System\WinForms\DataGrid.cs (1)
3855
/// Raises the <see cref='System.Windows.Forms.Control.
Layout
'/> event which
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
2176
this.parentControl.
Layout
+= new LayoutEventHandler(OnParentLayoutChanged);
2195
this.parentControl.
Layout
-= new LayoutEventHandler(OnParentLayoutChanged);