5 references to PartialList
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (3)
70
_colors = new
PartialList
<Color>(colorArray);
391
_colors = new
PartialList
<Color>(colors);
426
private IList<Color> _colors = new
PartialList
<Color>(new List<Color>());
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
83
return _mask != null ? new
PartialList
<byte>((byte[])_mask.Clone()) : null;
591
return new
PartialList
<PixelFormatChannelMask>(masks);