1 write to ImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
975private void DetachImageList(object? sender, EventArgs e) => ImageList = null;
3 references to ImageList
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1142PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, ImageList!.Handle);
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
241ImageIndexer.ImageList = parent.ImageList; 269ImageIndexer.ImageList = parent.ImageList;