2 references to ImageListActionList_ChooseImagesDescription
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListActionList.cs (1)
52
new DesignerActionMethodItem(this, nameof(ChooseImages), SR.ImageListActionList_ChooseImagesDisplayName, SR.LinksCategoryName, SR.
ImageListActionList_ChooseImagesDescription
, true)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
84
items[2].Description.Should().Be(SR.
ImageListActionList_ChooseImagesDescription
);