2 overrides of
PresentationCore (2)
MS\Internal\Shaping\UshortList2.cs (2)
182public override ushort this[int index] 290public override ushort this[int index]
1 write to
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
54_storage[_index + index] = value;
1 reference to
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
49return _storage[_index + index];