4 writes to ctlClient
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
3622
ctlClient
= null;
3843
ctlClient
= null;
7711
owner.
ctlClient
= (MdiClient)value;
7734
owner.
ctlClient
= null;
36 references to ctlClient
System.Windows.Forms (36)
winforms\Managed\System\WinForms\Form.cs (36)
469
if( this.
ctlClient
!= null && this.
ctlClient
.IsHandleCreated){
470
IntPtr hwnd = this.
ctlClient
.SendMessage(NativeMethods.WM_MDIGETACTIVE, 0, 0);
1412
return
ctlClient
!= null;
1420
Debug.Assert(
ctlClient
== null, "why isn't ctlClient null");
1425
Debug.Assert(
ctlClient
!= null, "why is ctlClient null");
1427
ctlClient
.Dispose();
1847
if (
ctlClient
!= null) {
1848
return
ctlClient
.MdiChildren;
1865
return this.
ctlClient
;
3621
if (control ==
ctlClient
) {
3777
if (
ctlClient
!= null &&
ctlClient
.IsHandleCreated &&
ctlClient
.ParentInternal == this){
3778
m.Result = UnsafeNativeMethods.DefFrameProc(m.HWnd,
ctlClient
.Handle, m.Msg, m.WParam, m.LParam);
4539
if (
ctlClient
== null){
4542
ctlClient
.LayoutMdi(value);
4556
if (
ctlClient
== null || !
ctlClient
.IsHandleCreated) {
4567
Control.ControlCollection children =
ctlClient
.Controls;
4587
if (
ctlClient
!= null &&
ctlClient
.IsHandleCreated) {
5293
if (
ctlClient
!= null &&
ctlClient
.Handle != IntPtr.Zero &&
5294
UnsafeNativeMethods.TranslateMDISysAccel(
ctlClient
.Handle, ref win32Message)) {
6518
if (
ctlClient
== null || !
ctlClient
.IsHandleCreated) {
6547
UnsafeNativeMethods.SendMessage(new HandleRef(
ctlClient
,
ctlClient
.Handle), NativeMethods.WM_MDISETMENU, dummyMenu.Handle, IntPtr.Zero);
6553
UnsafeNativeMethods.SendMessage(new HandleRef(
ctlClient
,
ctlClient
.Handle), NativeMethods.WM_MDISETMENU, menu.Handle, IntPtr.Zero);
7460
if (
ctlClient
== null) {
7703
if (value is MdiClient && owner.
ctlClient
== null) {
7722
if (owner.
ctlClient
!= null) {
7723
owner.
ctlClient
.SendToBack();
7733
if (value == owner.
ctlClient
) {