3 references to GetBitmap
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (3)
1142
return owner.
GetBitmap
(index);
1534
dest.SetValue(owner.
GetBitmap
(i), index++);
1548
images[i] = owner.
GetBitmap
(i);