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
;
734
if (null !=
Child
)
735
{ Controls.Remove(
Child
); }
1084
if (null !=
Child
)
1086
CallOnParentRightToLeftChanged(
Child
);