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