2 writes to _colors
PresentationCore (2)
System\Windows\Media\Imaging\BitmapPalette.cs (2)
47
_colors
= new PartialList<Color>(colorArray);
333
_colors
= new PartialList<Color>(colors);
3 references to _colors
PresentationCore (3)
System\Windows\Media\Imaging\BitmapPalette.cs (3)
202
return
_colors
;
268
int numColors = Math.Min(256,
_colors
.Count);
274
Color color =
_colors
[i];