2 writes to _colors
PresentationCore (2)
System\Windows\Media\Imaging\BitmapPalette.cs (2)
64_colors = new PartialList<Color>(colorArray); 350_colors = new PartialList<Color>(colors);
3 references to _colors
PresentationCore (3)
System\Windows\Media\Imaging\BitmapPalette.cs (3)
219return _colors; 285int numColors = Math.Min(256, _colors.Count); 291Color color = _colors[i];