1 write to Child
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
330_hostContainerInternal.Child = value;
5 references to Child
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHost.cs (5)
311return _hostContainerInternal.Child; 756if (null != Child) 757{ Controls.Remove(Child); } 1106if (null != Child) 1108CallOnParentRightToLeftChanged(Child);