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