2 writes to _nativeImageList
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (2)
77_nativeImageList = new ImageList.NativeImageList(new ComManagedStream(memoryStream)); 146_nativeImageList = null;
6 references to _nativeImageList
System.Windows.Forms (6)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (6)
80if (_nativeImageList.HIMAGELIST.IsNull) 109internal ImageList.NativeImageList? GetNativeImageList() => _nativeImageList; 118else if (_nativeImageList is not null) 120handle = new(_nativeImageList, _nativeImageList.HIMAGELIST); 145_nativeImageList?.Dispose();