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