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