3 references to GetBitmap
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (3)
132return _owner.GetBitmap(index); 511dest.SetValue(_owner.GetBitmap(i), index++); 523images[i] = _owner.GetBitmap(i);