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)
29
TypeDescriptor.GetProperties(Component)[nameof(
ColorDepth
)]?.SetValue(Component, value);
51
new 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);