1 write to _array
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.EnumUnknown.cs (1)
18_array = array;
3 references to _array
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.EnumUnknown.cs (3)
54if (_array![_location] is not null) 56*rgelt = ComHelpers.GetComPointer<IUnknown>(_array[_location]); 89*ppenum = ComHelpers.GetComPointer<IEnumUnknown>(new EnumUnknown(_array, _location));