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)
313
return _hostContainerInternal.
Child
;
758
if (null !=
Child
)
759
{ Controls.Remove(
Child
); }
1108
if (null !=
Child
)
1110
CallOnParentRightToLeftChanged(
Child
);