4 references to PerformLayout
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
8338PerformLayout(_cachedLayoutEventArgs); 8358PerformLayout(new LayoutEventArgs(affectedControl, affectedProperty)); 12604PerformLayout(new LayoutEventArgs(affectedElement, affectedProperty));
System\Windows\Forms\Layout\LayoutTransaction.cs (1)
55_controlToLayout.PerformLayout(new LayoutEventArgs(controlCausingLayout, property));