1 write to ColorDepth
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
45_actionList.ColorDepth = ColorDepth.Depth16Bit;
4 references to ColorDepth
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageListActionList.cs (2)
29TypeDescriptor.GetProperties(Component)[nameof(ColorDepth)]?.SetValue(Component, value); 51new DesignerActionPropertyItem(nameof(ColorDepth), SR.ImageListActionList_ColorDepthDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ColorDepthDescription),
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ImageListActionListTests.cs (2)
39_actionList.ColorDepth.Should().Be(ColorDepth.Depth32Bit); 46_actionList.ColorDepth.Should().Be(ColorDepth.Depth16Bit);