2 writes to cachedLayoutEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
9906cachedLayoutEventArgs = null; 9936cachedLayoutEventArgs = args;
3 references to cachedLayoutEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
9904if (cachedLayoutEventArgs != null) { 9905PerformLayout(cachedLayoutEventArgs); 9935if (cachedLayoutEventArgs == null || (GetState2(STATE2_CLEARLAYOUTARGS) && args != null)) {