2 writes to _clsid
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (2)
25_clsid = clsid; 153_clsid = info.GetString("Clsid")!;
7 references to _clsid
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (7)
46string controlKey = $"CLSID\\{_clsid}"; 88Debug.Assert(tlbRef is not null, $"Null reference returned by AddActiveX (tlbimp) by the project system for: {_clsid}"); 98Debug.Assert(axRef is not null, $"Null reference returned by AddActiveX (aximp) by the project system for: {_clsid}"); 149[MemberNotNull(nameof(_clsid))] 204if (string.Equals(guid.Value, _clsid, StringComparison.OrdinalIgnoreCase)) 252string controlKey = $"CLSID\\{_clsid}"; 350info.AddValue("Clsid", _clsid);