12 references to MdiClient
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Form.cs (12)
1933ParentInternal = value.MdiClient; 2708MdiParentInternal.MdiClient.PerformLayout(); 3088MdiParentInternal.MdiClient.SendMessage(NativeMethods.WM_MDIACTIVATE, Handle, 0); 3487if (formMdiParent != null && formMdiParent.MdiClient != value) { 3648MdiClient mdiClient = MdiParentInternal.MdiClient; 4020Control mdiclient = MdiParentInternal.MdiClient; 4082MdiParentInternal.MdiClient.SendMessage(NativeMethods.WM_MDIACTIVATE, Handle, 0); 4623MdiClient.BackgroundImage = BackgroundImage; 4625MdiClient.Invalidate(); 4633MdiClient.BackgroundImageLayout = BackgroundImageLayout; 4635MdiClient.Invalidate(); 5771MdiParentInternal.MdiClient.SendMessage(NativeMethods.WM_MDIACTIVATE, Handle, 0);