1 write to components
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
34
this.
components
= new System.ComponentModel.Container();
7 references to components
WinFormsControlsTest (7)
ListViewTest.cs (2)
126
ImageList imageListSmall = new(
components
);
127
ImageList imageListLarge = new(
components
);
ListViewTest.Designer.cs (5)
19
if (disposing && (
components
!= null))
21
components
.Dispose();
36
this.imageList1 = new System.Windows.Forms.ImageList(this.
components
);
41
this.imageList2 = new System.Windows.Forms.ImageList(this.
components
);
44
this.LargeImageList = new System.Windows.Forms.ImageList(this.
components
);