1 write to Child
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
324_hostContainerInternal.Child = value;
5 references to Child
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHost.cs (5)
307return _hostContainerInternal.Child; 734if (null != Child) 735{ Controls.Remove(Child); } 1084if (null != Child) 1086CallOnParentRightToLeftChanged(Child);