2 overrides of
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (2)
200
public override ushort
this
[int index]
325
public 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)
61
return _storage
[
_index + index];