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