2 writes to _clsid
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (2)
25_clsid = clsid; 152_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}"); 148[MemberNotNull(nameof(_clsid))] 203if (string.Equals(guid.Value, _clsid, StringComparison.OrdinalIgnoreCase)) 247string controlKey = $"CLSID\\{_clsid}"; 345info.AddValue("Clsid", _clsid);