18 references to Depth24Bit
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
22924 => ColorDepth.Depth24Bit, 415case ColorDepth.Depth24Bit:
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (3)
1912ColorDepth = ColorDepth.Depth24Bit 1924ColorDepth = ColorDepth.Depth24Bit 1942ColorDepth = ColorDepth.Depth24Bit,
System.Windows.Forms.Tests (12)
System\Windows\Forms\ImageListTests.cs (12)
81list.ColorDepth = ColorDepth.Depth24Bit; 82Assert.Equal(ColorDepth.Depth24Bit, list.ColorDepth); 87list.ColorDepth = ColorDepth.Depth24Bit; 88Assert.Equal(ColorDepth.Depth24Bit, list.ColorDepth); 100list.ColorDepth = ColorDepth.Depth24Bit; 101Assert.Equal(ColorDepth.Depth24Bit, list.ColorDepth); 138list.ColorDepth = ColorDepth.Depth24Bit; 139Assert.Equal(ColorDepth.Depth24Bit, list.ColorDepth); 145list.ColorDepth = ColorDepth.Depth24Bit; 146Assert.Equal(ColorDepth.Depth24Bit, list.ColorDepth); 161list.ColorDepth = ColorDepth.Depth24Bit; 162Assert.Equal(ColorDepth.Depth24Bit, list.ColorDepth);
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
129this.LargeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;