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