2 references to ImageListActionList_ChooseImagesDisplayName
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)
82
items[2].DisplayName.Should().Be(SR.
ImageListActionList_ChooseImagesDisplayName
);