1 write to ImageSize
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
60_actionList.ImageSize = size;
4 references to ImageSize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageListActionList.cs (2)
41TypeDescriptor.GetProperties(Component)[nameof(ImageSize)]?.SetValue(Component, value); 50new DesignerActionPropertyItem(nameof(ImageSize), SR.ImageListActionList_ImageSizeDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ImageSizeDescription),
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ImageListActionListTests.cs (2)
53_actionList.ImageSize.Should().Be(size); 61_actionList.ImageSize.Should().Be(size);