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