7 references to Depth8Bit
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
227
8 => ColorDepth.
Depth8Bit
,
409
case ColorDepth.
Depth8Bit
:
System.Windows.Forms.Tests (4)
System\Windows\Forms\ImageListTests.cs (4)
176
list.ColorDepth = ColorDepth.
Depth8Bit
;
177
Assert.Equal(ColorDepth.
Depth8Bit
, list.ColorDepth);
193
list.ColorDepth = ColorDepth.
Depth8Bit
;
194
Assert.Equal(ColorDepth.
Depth8Bit
, list.ColorDepth);
WinFormsControlsTest (1)
TreeViewTest.Designer.cs (1)
54
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.
Depth8Bit
;