3 references to TCM_SETIMAGELIST
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
478PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, handle); 1145PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, ImageList!.Handle); 1253PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, _imageList.Handle);