3 references to LinksCategoryName
System.Windows.Forms.Design (2)
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\RichTextBoxActionList.cs (1)
27
new DesignerActionMethodItem(this, "EditLines", SR.EditLinesDisplayName, SR.
LinksCategoryName
, SR.EditLinesDescription, true),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
83
items[2].Category.Should().Be(SR.
LinksCategoryName
);