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