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