2 writes to _colors
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (2)
70
_colors
= new PartialList<Color>(colorArray);
391
_colors
= new PartialList<Color>(colors);
3 references to _colors
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (3)
244
return
_colors
;
321
int numColors = Math.Min(256,
_colors
.Count);
327
Color color =
_colors
[i];