1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
36this.parent = parent;
8 references to parent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\WebBrowserContainer.cs (8)
51Debug.Assert(parent != null, "gotta have it..."); 73return parent.Handle; 205ISite site = parent.Site; 221if (comp is Control && comp != parent && comp.Site != null) { 229Debug.Assert(parent.Site == null, "Parent is sited but we could not find IContainer!!!"); 246GetAllChildren(this.parent); 257if (ctl != this.parent && !components.Contains(ctl)) 378ContainerControl parentContainer = parent.FindContainerControlInternal();