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