23 references to ColorDepth
System.Windows.Forms (21)
winforms\Managed\System\WinForms\ImageList.cs (21)
63private ColorDepth colorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; 164public ColorDepth ColorDepth { 172(int)ColorDepth.Depth4Bit, 173(int)ColorDepth.Depth8Bit, 174(int)ColorDepth.Depth16Bit, 175(int)ColorDepth.Depth24Bit, 176(int)ColorDepth.Depth32Bit)) { 177throw new InvalidEnumArgumentException("value", (int)value, typeof(ColorDepth)); 191ColorDepth = ColorDepth.Depth8Bit; 324colorDepth = ColorDepth.Depth4Bit; 327colorDepth = ColorDepth.Depth8Bit; 330colorDepth = ColorDepth.Depth16Bit; 333colorDepth = ColorDepth.Depth24Bit; 336colorDepth = ColorDepth.Depth32Bit; 518case ColorDepth.Depth4Bit: 521case ColorDepth.Depth8Bit: 524case ColorDepth.Depth16Bit: 527case ColorDepth.Depth24Bit: 530case ColorDepth.Depth32Bit: 705if(ColorDepth == ColorDepth.Depth32Bit) {
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
736treeView.ImageList.ColorDepth = ColorDepth.Depth32Bit;
AuthoringOM\Design\DocumentOutline.cs (1)
214this.treeView.ImageList.ColorDepth = ColorDepth.Depth32Bit;