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