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