1 write to ImageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
1118
ImageList
= null;
3 references to ImageList
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabControl.cs (1)
1265
SendMessage(NativeMethods.TCM_SETIMAGELIST, 0,
ImageList
.Handle);
winforms\Managed\System\WinForms\TabPage.cs (2)
197
this.ImageIndexer.ImageList = parent.
ImageList
;
228
this.ImageIndexer.ImageList = parent.
ImageList
;