1 write to _axTools
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
300
_axTools
??= [];
4 references to _axTools
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DocumentDesigner.cs (4)
293
if (
_axTools
is not null &&
_axTools
.TryGetValue(clsid, out AxToolboxItem tool))
301
_axTools
[clsid] = tool;
469
_axTools
?.Clear();