1 override of Remove
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
253public override void Remove(int index, int count, int length)
1 reference to Remove
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
103_storage.Remove(_index + index, count, _index + _length);