32 writes to ImageList
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
522button.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)
1470ImageList = imageList 2129ImageList = imageList 2158ImageList = imageList 2278ImageList = imageList 2309ImageList = imageList 2369ImageList = value 2376control.ImageList = value; 2392control.ImageList = null; 2399control.ImageList = imageList; 2412ImageList = oldValue 2415control.ImageList = value; 2421control.ImageList = value; 2446control.ImageList = value; 2455control.ImageList = value; 2477ImageList = oldValue 2487control.ImageList = value; 2496control.ImageList = value; 2510control.ImageList = imageList; 2522ImageList = imageList1 2531control.ImageList = imageList2; 2551control.ImageList = imageList1; 2566control.ImageList = imageList2; 2584ImageList = imageList1 2596control.ImageList = imageList2; 2620control.ImageList = imageList1; 2637control.ImageList = imageList2; 4608ImageList = imageList 4763ImageList = imageList 4907ImageList = 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)
77Assert.Null(control.ImageList); 1477Assert.Same(imageList, control.ImageList); 1486Assert.Null(control.ImageList); 2371Assert.Same(value, control.ImageList); 2377Assert.Same(value, control.ImageList); 2393Assert.Null(control.ImageList); 2400Assert.Same(imageList, control.ImageList); 2416Assert.Same(value, control.ImageList); 2422Assert.Same(value, control.ImageList); 2447Assert.Same(value, control.ImageList); 2456Assert.Same(value, control.ImageList); 2488Assert.Same(value, control.ImageList); 2497Assert.Same(value, control.ImageList); 2524Assert.Same(imageList1, control.ImageList); 2527Assert.Null(control.ImageList); 2533Assert.Same(imageList2, control.ImageList); 2552Assert.Same(imageList1, control.ImageList); 2559Assert.Null(control.ImageList); 2568Assert.Same(imageList2, control.ImageList); 2586Assert.Same(imageList1, control.ImageList); 2592Assert.Same(imageList1, control.ImageList); 2599Assert.Same(imageList2, control.ImageList); 2621Assert.Same(imageList1, control.ImageList); 2630Assert.Same(imageList1, control.ImageList); 2640Assert.Same(imageList2, control.ImageList); 4566Assert.Null(control.ImageList); 4580Assert.Null(control.ImageList); 4591Assert.Null(control.ImageList); 4618Assert.Same(imageList, control.ImageList); 4632Assert.Same(imageList, control.ImageList); 4643Assert.Same(imageList, control.ImageList); 4650Assert.Same(imageList, control.ImageList); 4673Assert.Null(control.ImageList); 4687Assert.Null(control.ImageList); 4698Assert.Null(control.ImageList); 4721Assert.Null(control.ImageList); 4735Assert.Null(control.ImageList); 4746Assert.Null(control.ImageList); 4773Assert.Same(imageList, control.ImageList); 4787Assert.Same(imageList, control.ImageList); 4798Assert.Same(imageList, control.ImageList); 4805Assert.Same(imageList, control.ImageList); 4828Assert.Null(control.ImageList); 4842Assert.Null(control.ImageList); 4853Assert.Null(control.ImageList); 4880Assert.Null(control.ImageList); 4891Assert.Null(control.ImageList); 4921Assert.Same(imageList, control.ImageList); 4932Assert.Same(imageList, control.ImageList); 4938Assert.Null(control.ImageList); 4965Assert.Null(control.ImageList); 4976Assert.Null(control.ImageList);
System\Windows\Forms\ButtonTests.cs (1)
80Assert.Null(control.ImageList);
System\Windows\Forms\CheckBoxTests.cs (1)
81Assert.Null(control.ImageList);
System\Windows\Forms\RadioButtonTests.cs (1)
80Assert.Null(control.ImageList);