2 writes to _colors
PresentationCore (2)
System\Windows\Media\Imaging\BitmapPalette.cs (2)
48_colors = new ReadOnlyCollection<Color>(colorArray); 334_colors = new ReadOnlyCollection<Color>(colors);
3 references to _colors
PresentationCore (3)
System\Windows\Media\Imaging\BitmapPalette.cs (3)
203return _colors; 269int numColors = Math.Min(256, _colors.Count); 275Color color = _colors[i];