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