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