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