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