1 write to Child
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
325_hostContainerInternal.Child = value;
5 references to Child
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHost.cs (5)
308return _hostContainerInternal.Child; 735if (null != Child) 736{ Controls.Remove(Child); } 1085if (null != Child) 1087CallOnParentRightToLeftChanged(Child);