2 references to ImageListActionList_ChooseImagesDescription
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListActionList.cs (1)
52new 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)
84items[2].Description.Should().Be(SR.ImageListActionList_ChooseImagesDescription);