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