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