1 instantiation of AxToolboxItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
312
tool = 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)
55
private Dictionary<string,
AxToolboxItem
> _axTools;
286
private
AxToolboxItem
CreateAxToolboxItem(IDataObject dataObject)
306
if (_axTools is not null && _axTools.TryGetValue(clsid, out
AxToolboxItem
tool))