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