20 references to Depth32Bit
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
509images.ColorDepth = ColorDepth.Depth32Bit;
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.cs (5)
35private ColorDepth _colorDepth = ColorDepth.Depth32Bit; 98private void ResetColorDepth() => ColorDepth = ColorDepth.Depth32Bit; 23032 => ColorDepth.Depth32Bit, 418case ColorDepth.Depth32Bit: 614if (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)
199ColorDepth = ColorDepth.Depth32Bit
System\Windows\Forms\ImageListTests.cs (11)
19Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 37Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 173Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 181Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 190Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 198Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 511Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 536Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 561Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 585Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth); 609Assert.Equal(ColorDepth.Depth32Bit, list.ColorDepth);
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
40imageList1.ColorDepth = ColorDepth.Depth32Bit;