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)
46
string controlKey = $"CLSID\\{
_clsid
}";
88
Debug.Assert(tlbRef is not null, $"Null reference returned by AddActiveX (tlbimp) by the project system for: {
_clsid
}");
98
Debug.Assert(axRef is not null, $"Null reference returned by AddActiveX (aximp) by the project system for: {
_clsid
}");
149
[MemberNotNull(nameof(
_clsid
))]
204
if (string.Equals(guid.Value,
_clsid
, StringComparison.OrdinalIgnoreCase))
252
string controlKey = $"CLSID\\{
_clsid
}";
350
info.AddValue("Clsid",
_clsid
);