2 overrides of
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (2)
200public override ushort this[int index] 325public override ushort this[int index]
1 write to
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
67_storage[_index + index] = value;
1 reference to
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
61return _storage[_index + index];