32 writes to ImageList
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
514button.ImageList = images;
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
412ImageList = null; 773private void DetachImageList(object? sender, EventArgs e) => ImageList = null;
System.Windows.Forms.Tests (29)
System\Windows\Forms\ButtonBaseTests.cs (29)
1472ImageList = imageList 2131ImageList = imageList 2160ImageList = imageList 2280ImageList = imageList 2311ImageList = imageList 2371ImageList = value 2378control.ImageList = value; 2394control.ImageList = null; 2401control.ImageList = imageList; 2414ImageList = oldValue 2417control.ImageList = value; 2423control.ImageList = value; 2448control.ImageList = value; 2457control.ImageList = value; 2479ImageList = oldValue 2489control.ImageList = value; 2498control.ImageList = value; 2512control.ImageList = imageList; 2524ImageList = imageList1 2533control.ImageList = imageList2; 2553control.ImageList = imageList1; 2568control.ImageList = imageList2; 2586ImageList = imageList1 2598control.ImageList = imageList2; 2622control.ImageList = imageList1; 2639control.ImageList = imageList2; 4610ImageList = imageList 4765ImageList = imageList 4909ImageList = imageList
56 references to ImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
482/// Gets or sets the key accessor for the image in the <see cref="ImageList"/>.
System.Windows.Forms.Tests (55)
System\Windows\Forms\ButtonBaseTests.cs (52)
79Assert.Null(control.ImageList); 1479Assert.Same(imageList, control.ImageList); 1488Assert.Null(control.ImageList); 2373Assert.Same(value, control.ImageList); 2379Assert.Same(value, control.ImageList); 2395Assert.Null(control.ImageList); 2402Assert.Same(imageList, control.ImageList); 2418Assert.Same(value, control.ImageList); 2424Assert.Same(value, control.ImageList); 2449Assert.Same(value, control.ImageList); 2458Assert.Same(value, control.ImageList); 2490Assert.Same(value, control.ImageList); 2499Assert.Same(value, control.ImageList); 2526Assert.Same(imageList1, control.ImageList); 2529Assert.Null(control.ImageList); 2535Assert.Same(imageList2, control.ImageList); 2554Assert.Same(imageList1, control.ImageList); 2561Assert.Null(control.ImageList); 2570Assert.Same(imageList2, control.ImageList); 2588Assert.Same(imageList1, control.ImageList); 2594Assert.Same(imageList1, control.ImageList); 2601Assert.Same(imageList2, control.ImageList); 2623Assert.Same(imageList1, control.ImageList); 2632Assert.Same(imageList1, control.ImageList); 2642Assert.Same(imageList2, control.ImageList); 4568Assert.Null(control.ImageList); 4582Assert.Null(control.ImageList); 4593Assert.Null(control.ImageList); 4620Assert.Same(imageList, control.ImageList); 4634Assert.Same(imageList, control.ImageList); 4645Assert.Same(imageList, control.ImageList); 4652Assert.Same(imageList, control.ImageList); 4675Assert.Null(control.ImageList); 4689Assert.Null(control.ImageList); 4700Assert.Null(control.ImageList); 4723Assert.Null(control.ImageList); 4737Assert.Null(control.ImageList); 4748Assert.Null(control.ImageList); 4775Assert.Same(imageList, control.ImageList); 4789Assert.Same(imageList, control.ImageList); 4800Assert.Same(imageList, control.ImageList); 4807Assert.Same(imageList, control.ImageList); 4830Assert.Null(control.ImageList); 4844Assert.Null(control.ImageList); 4855Assert.Null(control.ImageList); 4882Assert.Null(control.ImageList); 4893Assert.Null(control.ImageList); 4923Assert.Same(imageList, control.ImageList); 4934Assert.Same(imageList, control.ImageList); 4940Assert.Null(control.ImageList); 4967Assert.Null(control.ImageList); 4978Assert.Null(control.ImageList);
System\Windows\Forms\ButtonTests.cs (1)
82Assert.Null(control.ImageList);
System\Windows\Forms\CheckBoxTests.cs (1)
83Assert.Null(control.ImageList);
System\Windows\Forms\RadioButtonTests.cs (1)
82Assert.Null(control.ImageList);