1 write to Child
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
325
_hostContainerInternal.
Child
= value;
5 references to Child
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHost.cs (5)
308
return _hostContainerInternal.
Child
;
735
if (null !=
Child
)
736
{ Controls.Remove(
Child
); }
1085
if (null !=
Child
)
1087
CallOnParentRightToLeftChanged(
Child
);