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); 426private IList<Color> _colors = new PartialList<Color>(new List<Color>());
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
83return _mask != null ? new PartialList<byte>((byte[])_mask.Clone()) : null; 591return new PartialList<PixelFormatChannelMask>(masks);