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