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