1 write to imageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
525
this.
imageList
= value;
9 references to imageList
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TabControl.cs (9)
513
return
imageList
;
516
if (this.
imageList
!= value) {
520
if (
imageList
!= null) {
521
imageList
.RecreateHandle -= recreateHandler;
522
imageList
.Disposed -= disposedHandler;
1167
if (
imageList
!= null) {
1168
imageList
.Disposed -= new EventHandler(this.DetachImageList);
1354
if (
imageList
!= null) {
1355
SendMessage(NativeMethods.TCM_SETIMAGELIST, 0,
imageList
.Handle);