6 instantiations of PartialList
PresentationCore (6)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1771
new
PartialList
<char>(charBufferRange.CharacterBuffer, charBufferRange.OffsetToFirstChar, charBufferRange.Length),
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);