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; 727if (null != Child) 728{ Controls.Remove(Child); } 1077if (null != Child) 1079CallOnParentRightToLeftChanged(Child);