6 references to Depth32Bit
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ImageList.cs (4)
176
(int)ColorDepth.
Depth32Bit
)) {
336
colorDepth = ColorDepth.
Depth32Bit
;
530
case ColorDepth.
Depth32Bit
:
705
if(ColorDepth == ColorDepth.
Depth32Bit
) {
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
736
treeView.ImageList.ColorDepth = ColorDepth.
Depth32Bit
;
AuthoringOM\Design\DocumentOutline.cs (1)
214
this.treeView.ImageList.ColorDepth = ColorDepth.
Depth32Bit
;