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)
311
return _hostContainerInternal.
Child
;
756
if (null !=
Child
)
757
{ Controls.Remove(
Child
); }
1106
if (null !=
Child
)
1108
CallOnParentRightToLeftChanged(
Child
);