2 writes to imageList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
634
imageList
= value;
1090
imageList
= null;
11 references to imageList
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolBar.cs (11)
622
return this.
imageList
;
625
if (value !=
imageList
) {
629
if (
imageList
!= null) {
630
imageList
.Disposed -= disposedHandler;
631
imageList
.RecreateHandle -= recreateHandler;
660
if (this.
imageList
!= null) {
661
return this.
imageList
.ImageSize;
1088
if (
imageList
!= null) {
1089
imageList
.Disposed -= new EventHandler(DetachImageList);
1299
if (
imageList
!= null)
1300
SendMessage(NativeMethods.TB_SETIMAGELIST, 0,
imageList
.Handle);