1 write to containingControl
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
766containingControl = FindContainerControlInternal();
4 references to containingControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\WebBrowserBase.cs (4)
465if (containingControl != null && containingControl.ActiveControl != this) { 764if (containingControl == null || 769return containingControl;