2 references to ImageListActionList_ColorDepthDescription
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListActionList.cs (1)
51new DesignerActionPropertyItem(nameof(ColorDepth), SR.ImageListActionList_ColorDepthDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ColorDepthDescription),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
79items[1].Description.Should().Be(SR.ImageListActionList_ColorDepthDescription);