2 writes to _colorDepth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
91
_colorDepth
= value;
224
_colorDepth
= bmp.bmBitsPixel switch
4 references to _colorDepth
System.Windows.Forms (4)
System\Windows\Forms\Controls\ImageList\ImageList.cs (4)
81
get =>
_colorDepth
;
86
if (
_colorDepth
== value)
231
_ =>
_colorDepth
404
switch (
_colorDepth
)