4 references to CreateAxContainer
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
434
if (axHost.ContainingControl?.
CreateAxContainer
() is { } container)
521
_parent.
CreateAxContainer
();
System\Windows\Forms\ActiveX\AxHost.cs (2)
3501
_axContainer = _newParent.
CreateAxContainer
();
3509
_container = container.
CreateAxContainer
();