2 writes to clsid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
114this.clsid = new Guid(clsidString); 914this.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)
116this.SetAXHostState(WebBrowserHelper.isMaskEdit, this.clsid.Equals(WebBrowserHelper.maskEdit_Clsid));