1 write to _axContainer
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3503
_axContainer
= _newParent.CreateAxContainer();
4 references to _axContainer
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
3404
_axContainer
?.Dispose();
3500
if (_newParent is null ||
_axContainer
is null)
3504
_axContainer
.AddControl(this);
3507
return
_axContainer
;