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