2 writes to clsid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
114
this.
clsid
= new Guid(clsidString);
914
this.activeXInstance = UnsafeNativeMethods.CoCreateInstance(ref
clsid
, null, NativeMethods.CLSCTX_INPROC_SERVER, ref NativeMethods.ActiveX.IID_IUnknown);
1 reference to clsid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
116
this.SetAXHostState(WebBrowserHelper.isMaskEdit, this.
clsid
.Equals(WebBrowserHelper.maskEdit_Clsid));