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)
41
TypeDescriptor.GetProperties(Component)[nameof(
ImageSize
)]?.SetValue(Component, value);
50
new 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);