1 override of Remove
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
278
public 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);