5 references to Layout
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
7755
/// Raises the <see cref="
Layout
"/> event.
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
314
_sampleDataGridView.
Layout
+= sampleDataGridView_Layout;
315
_sampleDataGridViewSelected.
Layout
+= sampleDataGridView_Layout;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1244
add { base.
Layout
+= value; }
1245
remove { base.
Layout
-= value; }