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)
54
if (
_array
![_location] is not null)
56
*rgelt = ComHelpers.GetComPointer<IUnknown>(
_array
[_location]);
89
*ppenum = ComHelpers.GetComPointer<IEnumUnknown>(new EnumUnknown(
_array
, _location));