1 write to _child
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
189
_child
= value;
3 references to _child
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (3)
183
return
_child
;
192
if (
_child
!= null)
194
HostContainerInternal.Children.Add(
_child
);