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)
244return _colors; 321int numColors = Math.Min(256, _colors.Count); 327Color color = _colors[i];