3 writes to length
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
5513wp.length = Marshal.SizeOf(typeof(NativeMethods.WINDOWPLACEMENT)); 6847wp.length = Marshal.SizeOf(typeof(NativeMethods.WINDOWPLACEMENT));
winforms\Managed\System\WinForms\MDIClient.cs (1)
251wp.length = Marshal.SizeOf(typeof(NativeMethods.WINDOWPLACEMENT));
1 reference to length
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
5551if (wp.length > 0) {