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