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