3 writes to ColorDepth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
191ColorDepth = ColorDepth.Depth8Bit;
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;
1 reference to ColorDepth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
705if(ColorDepth == ColorDepth.Depth32Bit) {