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