1 instantiation of AxToolboxItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
312tool = new AxToolboxItem(clsid);
4 references to AxToolboxItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
345/// Saves the state of this <see cref="AxToolboxItem"/> to the specified serialization info.
System\Windows\Forms\Design\DocumentDesigner.cs (3)
55private Dictionary<string, AxToolboxItem> _axTools; 286private AxToolboxItem CreateAxToolboxItem(IDataObject dataObject) 306if (_axTools is not null && _axTools.TryGetValue(clsid, out AxToolboxItem tool))