2 writes to container
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
4626container = AxContainer.FindContainerForControl(this); 4644container = f.CreateAxContainer();
6 references to container
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (6)
4625if (container == null) { 4628if (container == null) { 4645container.AddControl(this); 4649return container; 5700if (axctl.container != null) return axctl.container;