6 writes to ColorDepth
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
509images.ColorDepth = ColorDepth.Depth32Bit;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
98private void ResetColorDepth() => ColorDepth = ColorDepth.Depth32Bit;
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (3)
1909ColorDepth = ColorDepth.Depth24Bit 1921ColorDepth = ColorDepth.Depth24Bit 1939ColorDepth = ColorDepth.Depth24Bit,
System\Windows\Forms\Design\ImageListDesigner.cs (1)
31ImageList.ColorDepth = value;
3 references to ColorDepth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
614if (ColorDepth == ColorDepth.Depth32Bit)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageListActionList.cs (1)
24get => (Component as ImageList)!.ColorDepth;
System\Windows\Forms\Design\ImageListDesigner.cs (1)
27get => ImageList.ColorDepth;