8 references to Depth16Bit
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
22816 => ColorDepth.Depth16Bit, 412case ColorDepth.Depth16Bit:
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ImageListActionListTests.cs (2)
45_actionList.ColorDepth = ColorDepth.Depth16Bit; 46_actionList.ColorDepth.Should().Be(ColorDepth.Depth16Bit);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ImageListTests.cs (4)
93list.ColorDepth = ColorDepth.Depth16Bit; 94Assert.Equal(ColorDepth.Depth16Bit, list.ColorDepth); 152list.ColorDepth = ColorDepth.Depth16Bit; 153Assert.Equal(ColorDepth.Depth16Bit, list.ColorDepth);