1 write to Child
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
332_hostContainerInternal.Child = value;
5 references to Child
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHost.cs (5)
313return _hostContainerInternal.Child; 758if (null != Child) 759{ Controls.Remove(Child); } 1108if (null != Child) 1110CallOnParentRightToLeftChanged(Child);