20 references to Depth32Bit
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
509
images.ColorDepth = ColorDepth.
Depth32Bit
;
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.cs (5)
35
private ColorDepth _colorDepth = ColorDepth.
Depth32Bit
;
98
private void ResetColorDepth() => ColorDepth = ColorDepth.
Depth32Bit
;
230
32 => ColorDepth.
Depth32Bit
,
418
case ColorDepth.
Depth32Bit
:
614
if (ColorDepth == ColorDepth.
Depth32Bit
)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
39
_actionList.ColorDepth.Should().Be(ColorDepth.
Depth32Bit
);
System.Windows.Forms.Tests (12)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (1)
199
ColorDepth = ColorDepth.
Depth32Bit
System\Windows\Forms\ImageListTests.cs (11)
19
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
37
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
173
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
181
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
190
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
198
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
511
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
536
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
561
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
585
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
609
Assert.Equal(ColorDepth.
Depth32Bit
, list.ColorDepth);
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
40
imageList1.ColorDepth = ColorDepth.
Depth32Bit
;