3 references to s_categoryNames
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
2357
if (index > 0 && index <
s_categoryNames
.Length &&
s_categoryNames
[index] is not null)
2359
return
s_categoryNames
[index];