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