1 override of GetSubsetCopy
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
216public override ushort[] GetSubsetCopy(int index, int count)
1 reference to GetSubsetCopy
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
139return _storage.GetSubsetCopy(_index,_length);